From a7ab6c9332b53d07cf8b974cb8cf107d7ae75473 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 17 Oct 2015 23:21:06 +0000 Subject: [PATCH] * Downgrade python-networkx minimum version to 1.9 instead of 1.10, as it doesn't look like the update will come soon. --- debian/changelog | 7 +++++++ debian/control | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 399fdabb..f2d880ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 17 Oct 2015 23:20:16 +0000 + python-taskflow (1.21.0-2) unstable; urgency=medium * Uploading to unstable. diff --git a/debian/control b/debian/control index f18f89b9..345da6f9 100644 --- a/debian/control +++ b/debian/control @@ -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),