From 92b76a4efefab09a9c91795e2153e2ca94b423a9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Feb 2021 11:38:44 +0100 Subject: Dropping versions from depends fulfilled by buster. Signed-off-by: Daniel Baumann --- debian/control | 16 ++++++++-------- 1 file 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} -- cgit v1.2.3