mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-05 20:11:29 +00:00
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:
parent
e163ee0158
commit
8ab21ea485
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -5,6 +5,8 @@ ubuntu-dev-tools (0.172) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Stefano Rivera ]
|
[ Stefano Rivera ]
|
||||||
* Build-Depend on pylint (>= 2, the Python 3 version), it replaced pylint3.
|
* 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
|
-- Mattia Rizzolo <mattia@debian.org> Fri, 23 Aug 2019 10:07:40 +0200
|
||||||
|
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -140,6 +140,10 @@ Package: python-ubuntutools
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: python
|
Section: python
|
||||||
Depends:
|
Depends:
|
||||||
|
python-debian,
|
||||||
|
python-distro-info,
|
||||||
|
python-httplib2,
|
||||||
|
python-launchpadlib,
|
||||||
sensible-utils,
|
sensible-utils,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
@ -157,6 +161,10 @@ Package: python3-ubuntutools
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: python
|
Section: python
|
||||||
Depends:
|
Depends:
|
||||||
|
python3-debian,
|
||||||
|
python3-distro-info,
|
||||||
|
python3-httplib2,
|
||||||
|
python3-launchpadlib,
|
||||||
sensible-utils,
|
sensible-utils,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python3:Depends},
|
${python3:Depends},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user