diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-19 06:17:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-19 06:17:09 +0000 |
commit | 8d075120d16d5138c67ab522706c5a1c82fd09c9 (patch) | |
tree | b4d93194811efa311d927ab63d40e09e3b93e2b2 | |
parent | Updating to standards version 4.6.2. (diff) | |
download | pgcli-8d075120d16d5138c67ab522706c5a1c82fd09c9.tar.xz pgcli-8d075120d16d5138c67ab522706c5a1c82fd09c9.zip |
Updating psycopg3 depends (Closes: #1029182).
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 2598e48..c414842 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: python3-pgspecial (>= 2), python3-pkg-resources, python3-prompt-toolkit (>= 3.0), - python3-psycopg3 (>= 3.0.14), + python3-psycopg | python3-psycopg3 (>= 3.0.14), python3-sqlparse (>= 0.3), python3-tabulate, python3-terminaltables, |