* Downgrade python-networkx minimum version to 1.9 instead of 1.10, as it
doesn't look like the update will come soon.
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
python-taskflow (1.21.0-3) unstable; urgency=medium
|
||||
|
||||
* Downgrade python-networkx minimum version to 1.9 instead of 1.10, as it
|
||||
doesn't look like the update will come soon.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Sat, 17 Oct 2015 23:20:16 +0000
|
||||
|
||||
python-taskflow (1.21.0-2) unstable; urgency=medium
|
||||
|
||||
* Uploading to unstable.
|
||||
|
||||
8
debian/control
vendored
8
debian/control
vendored
@@ -31,7 +31,7 @@ Build-Depends-Indep: alembic (>= 0.7.2),
|
||||
python-kombu,
|
||||
python-mock (>= 1.3),
|
||||
python-monotonic (>= 0.3),
|
||||
python-networkx (>= 1.10),
|
||||
python-networkx (>= 1.9),
|
||||
python-netifaces,
|
||||
python-oslo.serialization (>= 1.4.0),
|
||||
python-oslo.utils (>= 2.0.0),
|
||||
@@ -60,7 +60,7 @@ Build-Depends-Indep: alembic (>= 0.7.2),
|
||||
python3-kombu,
|
||||
python3-mock (>= 1.3),
|
||||
python3-monotonic (>= 0.1),
|
||||
python3-networkx (>= 1.10),
|
||||
python3-networkx (>= 1.9),
|
||||
python3-netifaces,
|
||||
python3-oslo.serialization (>= 1.4.0),
|
||||
python3-oslo.utils (>= 2.0.0),
|
||||
@@ -99,7 +99,7 @@ Depends: alembic (>= 0.7.2),
|
||||
python-kazoo,
|
||||
python-kombu,
|
||||
python-monotonic (>= 0.3),
|
||||
python-networkx (>= 1.10),
|
||||
python-networkx (>= 1.9),
|
||||
python-oslo.serialization (>= 1.4.0),
|
||||
python-oslo.utils (>= 2.0.0),
|
||||
python-pbr (>= 1.3),
|
||||
@@ -132,7 +132,7 @@ Depends: alembic (>= 0.7.2),
|
||||
python3-kazoo,
|
||||
python3-kombu,
|
||||
python3-monotonic (>= 0.1),
|
||||
python3-networkx,
|
||||
python3-networkx (>= 1.9),
|
||||
python3-oslo.serialization (>= 1.4.0),
|
||||
python3-oslo.utils (>= 2.0.0),
|
||||
python3-pbr (>= 1.3),
|
||||
|
||||
Reference in New Issue
Block a user