From 3635cbe49a0cbfe561a31bde33f9d1079b86ffba Mon Sep 17 00:00:00 2001
From: Thomas Goirand <zigo@debian.org>
Date: Mon, 23 Sep 2024 09:08:05 +0200
Subject: [PATCH]   * Removed python3-psycopg2cffi from (build-)depends, as
 this is optional, and     nothing really needs it.

---
 debian/changelog | 5 +++--
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba6fc378..707e95e0 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 fe51c48d..f12cb877 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
 
-- 
GitLab