diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 10:38:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 10:54:10 +0000 |
commit | 92b76a4efefab09a9c91795e2153e2ca94b423a9 (patch) | |
tree | fed42beaf1719f04067a646f8f32bb47b857c335 | |
parent | Updating homepage field. (diff) | |
download | pgcli-92b76a4efefab09a9c91795e2153e2ca94b423a9.tar.xz pgcli-92b76a4efefab09a9c91795e2153e2ca94b423a9.zip |
Dropping versions from depends fulfilled by buster.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 05a6760..5593f82 100644 --- a/debian/control +++ b/debian/control @@ -10,21 +10,21 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-pgspecial (>= 1.9.0), - python3-setuptools (>= 0.6b3) + python3-setuptools Standards-Version: 4.5.1 Testsuite: autopkgtest-pkg-python Package: pgcli Architecture: all -Depends: python3-click (>= 4.1), - python3-configobj (>= 5.0.6), - python3-pendulum (>= 2.1.0), - python3-pkg-resources (>= 40), +Depends: python3-click, + python3-configobj, + python3-pendulum, + python3-pkg-resources, python3-prompt-toolkit (>= 3.0), python3-psycopg2 (>= 2.8), - python3-pygments (>= 2.0), - python3-sqlparse (>= 0.3.0), - python3-tabulate (>= 0.8.2), + python3-pygments, + python3-sqlparse (>= 0.3), + python3-tabulate, python3-terminaltables, ${misc:Depends}, ${python3:Depends} |