summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-18 10:57:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-18 10:57:42 -0700
commit841c0f06516882fde232185cf3bdad66b4aa540b (patch)
treecd537228cc7560d6aec6d85e47db4e3b430652ac
parent86610d83b5526487b8410a216782ddd28efc3b76 (diff)
Add runtime dependency on python3-pkg-resourcesdebian/1.13.0+dfsg-2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a3e82e9..a33d282 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pikepdf (1.13.0+dfsg-2) unstable; urgency=medium
+
+ * Add runtime dependency on python3-pkg-resources (Closes: #965103).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 18 Jul 2020 10:57:32 -0700
+
pikepdf (1.13.0+dfsg-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 0baf15e..c6c0889 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/pikepdf.git
Package: python3-pikepdf
Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-pkg-resources
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: Python library to read and write PDFs with QPDF