Added python{3,}-netifaces as build-depends-indep.

This commit is contained in:
Thomas Goirand
2015-10-03 18:45:33 +00:00
parent cc302897ec
commit 99777a1e9c
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,12 +1,16 @@
python-taskflow (1.21.0-1) experimental; urgency=medium
[ Ivan Udovichenko ]
* New upstream release.
* d/control: Fixed (build-)depends for this release.
* d/control: python-mysql is now replaced with python-pymysql.
* d/control: unittest2 is not used anymore.
* d/patches: Add use-async_utils.patch
-- Ivan Udovichenko <iudovichenko@mirantis.com> Tue, 29 Sep 2015 9:14:38 +0300
[ Thomas Goirand ]
* Added python{3,}-netifaces as build-depends-indep.
-- Thomas Goirand <zigo@debian.org> Sat, 03 Oct 2015 18:44:05 +0000
python-taskflow (1.17.0-3) experimental; urgency=medium

4
debian/control vendored
View File

@@ -32,6 +32,7 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python-mock (>= 1.3),
python-monotonic (>= 0.3),
python-networkx (>= 1.10),
python-netifaces,
python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 2.0.0),
python-oslosphinx (>= 2.5.0),
@@ -59,7 +60,8 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python3-kombu,
python3-mock (>= 1.3),
python3-monotonic (>= 0.1),
python3-networkx,
python3-networkx (>= 1.10),
python3-netifaces,
python3-oslo.serialization (>= 1.4.0),
python3-oslo.utils (>= 2.0.0),
python3-oslotest (>= 1.10.0),