diff --git a/debian/changelog b/debian/changelog index 662200d8..d8c16024 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 29 Sep 2015 9:14:38 +0300 + [ Thomas Goirand ] + * Added python{3,}-netifaces as build-depends-indep. + + -- Thomas Goirand Sat, 03 Oct 2015 18:44:05 +0000 python-taskflow (1.17.0-3) experimental; urgency=medium diff --git a/debian/control b/debian/control index 111b3c8e..f18f89b9 100644 --- a/debian/control +++ b/debian/control @@ -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),