diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:16:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:16:22 +0000 |
commit | 9e2bd63441a413a7b19e05f759da6241cb763a54 (patch) | |
tree | b65a0cbb9a8e136ecc560d28449e6d92b9d108cf | |
parent | Wrap-and-sorting debian directory. (diff) | |
download | pgcli-9e2bd63441a413a7b19e05f759da6241cb763a54.tar.xz pgcli-9e2bd63441a413a7b19e05f759da6241cb763a54.zip |
Removing some automatically detected python depends.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/control b/debian/control index ba9f5e2..a782799 100644 --- a/debian/control +++ b/debian/control @@ -20,13 +20,10 @@ Package: pgcli Architecture: all Depends: python3-cli-helpers, - python3-click, - python3-configobj, python3-pendulum, python3-pkg-resources, python3-prompt-toolkit (>= 3.0), python3-psycopg2 (>= 2.8), - python3-pygments, python3-sqlparse (>= 0.3), python3-tabulate, python3-terminaltables, |