diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-10 15:36:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-10 15:36:15 +0000 |
commit | 3bfaa4e0d3cf01f4fdfe8bb5da5cc5e8f6041f39 (patch) | |
tree | beddab33c649649b3060c60a832afc21e0211ced | |
parent | Releasing debian version 3.5.0-1. (diff) | |
download | pgcli-3bfaa4e0d3cf01f4fdfe8bb5da5cc5e8f6041f39.tar.xz pgcli-3bfaa4e0d3cf01f4fdfe8bb5da5cc5e8f6041f39.zip |
Updating psycopg depends (Closes: #1021367).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
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, |