diff --git a/debian/changelog b/debian/changelog index ba6fc37871d69289c718f1a03937e61db8d73477..707e95e08e601d7d85c908bf9ea2ecad73f8a862 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -python-sqlalchemy-utils (0.41.0-4) UNRELEASED; urgency=medium +python-sqlalchemy-utils (0.41.0-4) unstable; urgency=medium - * Rebuilt without psycopg2cffi build-depends. + * Removed python3-psycopg2cffi from (build-)depends, as this is optional, and + nothing really needs it. -- Thomas Goirand <zigo@debian.org> Mon, 23 Sep 2024 09:05:25 +0200 diff --git a/debian/rules b/debian/rules index fe51c48d94c43b6e1713be242067e7ea84d9e676..f12cb8774d60fc837f2c81b630cbcbccd276468e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f UPSTREAM_GIT := https://github.com/kvesteri/sqlalchemy-utils.git --include /usr/share/openstack-pkg-tools/pkgos.make +include /usr/share/openstack-pkg-tools/pkgos.make export PYBUILD_NAME=sqlalchemy-utils