summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-23 08:24:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-23 08:26:59 +0000
commitd921c050a6ca3870bd2475618d383994342d7cf5 (patch)
tree6d01c1ee7ed88efa7039809596f406a558153971
parentReleasing debian version 3.5.0-4. (diff)
downloadpgcli-d921c050a6ca3870bd2475618d383994342d7cf5.tar.xz
pgcli-d921c050a6ca3870bd2475618d383994342d7cf5.zip
Building with fixed psycopg3 (Closes: #1029182).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index c414842..f6f5858 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
python3,
python3-setuptools,
python3-sqlparse (>= 0.3),
+ python3-psycopg (>= 3.1.7-4~),
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://www.pgcli.com
@@ -25,7 +26,6 @@ Depends:
python3-pgspecial (>= 2),
python3-pkg-resources,
python3-prompt-toolkit (>= 3.0),
- python3-psycopg | python3-psycopg3 (>= 3.0.14),
python3-sqlparse (>= 0.3),
python3-tabulate,
python3-terminaltables,