Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
Let's add the missing dependency on python3-pkg-ressources, backported from sid. The package is already uploaded. Andreas
diff -Nru pgcli-1.9.1/debian/changelog pgcli-1.9.1/debian/changelog --- pgcli-1.9.1/debian/changelog 2019-06-11 11:04:36.000000000 +0200 +++ pgcli-1.9.1/debian/changelog 2020-05-03 00:22:41.000000000 +0200 @@ -1,3 +1,12 @@ +pgcli (1.9.1-3+deb10u1) buster; urgency=medium + + * Non-maintainer upload. + + [ Lennart Weller ] + * pkg-resources hard dependency for minimal systems (Closes: #944455) + + -- Andreas Beckmann <a...@debian.org> Sun, 03 May 2020 00:22:41 +0200 + pgcli (1.9.1-3) unstable; urgency=medium * Fix Patch for pg11. Excluding new parameter (Closes: #930273) diff -Nru pgcli-1.9.1/debian/control pgcli-1.9.1/debian/control --- pgcli-1.9.1/debian/control 2019-06-11 11:04:36.000000000 +0200 +++ pgcli-1.9.1/debian/control 2020-05-03 00:18:24.000000000 +0200 @@ -19,6 +19,7 @@ Depends: python3-click (>= 4.1), python3-configobj (>= 5.0.6), python3-humanize (>= 0.5.1), + python3-pkg-resources (>= 40), python3-prompt-toolkit (>= 1.0.10), python3-psycopg2 (>= 2.7.4), python3-pygments (>= 2.0),