summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-10 15:36:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-10 15:36:15 +0000
commit3bfaa4e0d3cf01f4fdfe8bb5da5cc5e8f6041f39 (patch)
treebeddab33c649649b3060c60a832afc21e0211ced /debian
parentReleasing debian version 3.5.0-1. (diff)
downloadpgcli-3bfaa4e0d3cf01f4fdfe8bb5da5cc5e8f6041f39.tar.xz
pgcli-3bfaa4e0d3cf01f4fdfe8bb5da5cc5e8f6041f39.zip
Updating psycopg depends (Closes: #1021367).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 8d16121..e63102c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Depends:
python3-pendulum,
python3-pkg-resources,
python3-prompt-toolkit (>= 3.0),
- python3-psycopg2 (>= 2.8),
+ python3-psycopg3 (>= 3.0.14),
python3-sqlparse (>= 0.3),
python3-tabulate,
python3-terminaltables,