Add dependency on dateutil

This commit is contained in:
Steve Langasek 2023-06-13 13:52:18 -07:00
parent 2c6a8b5451
commit 79d30a9bfc
2 changed files with 3 additions and 0 deletions

2
debian/control vendored
View File

@ -20,6 +20,7 @@ Build-Depends:
pylint <!nocheck>, pylint <!nocheck>,
python3-all, python3-all,
python3-apt, python3-apt,
python3-dateutil,
python3-debian, python3-debian,
python3-debianbts, python3-debianbts,
python3-distro-info, python3-distro-info,
@ -132,6 +133,7 @@ Package: python3-ubuntutools
Architecture: all Architecture: all
Section: python Section: python
Depends: Depends:
python3-dateutil,
python3-debian, python3-debian,
python3-distro-info, python3-distro-info,
python3-httplib2, python3-httplib2,

View File

@ -1,5 +1,6 @@
python-debian python-debian
python-debianbts python-debianbts
dateutil
distro-info distro-info
httplib2 httplib2
launchpadlib launchpadlib