summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:21:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-08 11:21:04 +0000
commit04fd5e6304a4af6de3c8ad76161b9b9688e6546c (patch)
tree0d4e8993449a5de6f434b43d61daf535810a13da
parentRemoving some automatically detected python depends. (diff)
downloadpgcli-04fd5e6304a4af6de3c8ad76161b9b9688e6546c.tar.xz
pgcli-04fd5e6304a4af6de3c8ad76161b9b9688e6546c.zip
Adding python3-sqlparse to build-depends rather than python3-pgspecial, needed to run the test target.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a782799..6f9c91c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends:
debhelper-compat (= 13),
dh-python,
python3,
- python3-pgspecial (>= 1.11),
python3-setuptools,
+ python3-sqlparse (>= 0.3),
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python