diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-11-16 04:57:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-11-16 04:57:32 +0000 |
commit | 99528f810c44455c26f6af8ce0b9e6ef6eb36059 (patch) | |
tree | 493e3b4d145d6a146896b064745bea32a6fa9b25 | |
parent | Releasing debian version 3.5.0-2. (diff) | |
download | pgcli-99528f810c44455c26f6af8ce0b9e6ef6eb36059.tar.xz pgcli-99528f810c44455c26f6af8ce0b9e6ef6eb36059.zip |
Depending on updated python3-pgspecial (Closes: #1023453).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e63102c..eabe76b 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Architecture: all Depends: python3-cli-helpers, python3-pendulum, + python3-pgspecial (>= 2), python3-pkg-resources, python3-prompt-toolkit (>= 3.0), python3-psycopg3 (>= 3.0.14), |