Skip to content
Snippets Groups Projects
Commit 6dbb58ee authored by Thomas Goirand's avatar Thomas Goirand
Browse files

* Add missing python{3,}-pkg-resources runtime depends

    (Closes: #896356, #896332).
parent f73083ac
No related branches found
Tags debian/0.7.1-2
No related merge requests found
python-kajiki (0.7.1-2.1) UNRELEASED; urgency=medium
python-kajiki (0.7.1-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
......@@ -7,7 +7,10 @@ python-kajiki (0.7.1-2.1) UNRELEASED; urgency=medium
* d/changelog: Remove trailing whitespaces
[ Thomas Goirand ]
* Team upload.
* Ran wrap-and-sort -bast.
* Add missing python{3,}-pkg-resources runtime depends
(Closes: #896356, #896332).
-- Thomas Goirand <zigo@debian.org> Sat, 28 Apr 2018 19:44:06 +0000
......
......@@ -27,6 +27,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-kajiki
Package: python-kajiki
Architecture: all
Depends:
python-pkg-resources,
${misc:Depends},
${python:Depends},
Provides:
......@@ -62,6 +63,7 @@ Description: Really fast well-formed xml templates - doc
Package: python3-kajiki
Architecture: all
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Provides:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment