diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:36:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:36:01 +0000 |
commit | 8bfa3636d7c32082ed61e02cdfd21b530f85b7f3 (patch) | |
tree | 7f94a54b4b80f5da24ca26ba2ac41993596fe374 | |
parent | Updating homepage field. (diff) | |
download | mycli-8bfa3636d7c32082ed61e02cdfd21b530f85b7f3.tar.xz mycli-8bfa3636d7c32082ed61e02cdfd21b530f85b7f3.zip |
Dropping versions from depends fulfilled by buster.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control index f81f1c7..51bbba7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3, - python3-setuptools (>= 0.6b3) + python3-setuptools Standards-Version: 4.5.1 Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mycli @@ -15,15 +15,15 @@ Testsuite: autopkgtest-pkg-python Package: mycli Architecture: all -Depends: python3-click (>= 7.0), - python3-configobj (>= 5.0.5), - python3-cryptography (>= 1.0.0), - python3-pkg-resources (>= 40), - python3-prompt-toolkit (>= 2.0.6), - python3-pygments (>= 1.6), - python3-pymysql (>= 0.9.2), - python3-sqlparse (>= 0.4.0), - python3-tabulate (>= 0.8.2), +Depends: python3-click, + python3-configobj, + python3-cryptography, + python3-pkg-resources, + python3-prompt-toolkit (>= 2.0), + python3-pygments, + python3-pymysql, + python3-sqlparse (>= 0.4), + python3-tabulate, python3-terminaltables, ${misc:Depends}, ${python3:Depends} |