Explicitly declare python dependencies in the python library modules (the setup.py doesn't provide these) and ubuntu-dev-tools itself.

This commit is contained in:
Stefano Rivera 2019-09-03 15:31:13 -03:00
parent e163ee0158
commit 8ab21ea485
2 changed files with 10 additions and 0 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ ubuntu-dev-tools (0.172) UNRELEASED; urgency=medium
[ Stefano Rivera ]
* Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.
* Explicitly declare python dependencies in the python library modules (the
setup.py doesn't provide these) and ubuntu-dev-tools itself.
-- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200

8
debian/control vendored
View File

@ -140,6 +140,10 @@ Package: python-ubuntutools
Architecture: all
Section: python
Depends:
python-debian,
python-distro-info,
python-httplib2,
python-launchpadlib,
sensible-utils,
${misc:Depends},
${python:Depends},
@ -157,6 +161,10 @@ Package: python3-ubuntutools
Architecture: all
Section: python
Depends:
python3-debian,
python3-distro-info,
python3-httplib2,
python3-launchpadlib,
sensible-utils,
${misc:Depends},
${python3:Depends},