From b5d8aa5338f54e7631a36142ddf98166de213f22 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 7 Dec 2015 17:57:01 +0100 Subject: [PATCH] Fixed (build-)depends for this release. --- debian/changelog | 1 + debian/control | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f0c2bf2..51b63d19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-taskflow (1.25.0-1) experimental; urgency=medium * New upstream release. + * Fixed (build-)depends for this release. -- Thomas Goirand Mon, 07 Dec 2015 17:52:48 +0100 diff --git a/debian/control b/debian/control index 345da6f9..6f46221e 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, - python-pbr (>= 1.3), + python-pbr (>= 1.8), python-setuptools, python-sphinx, python3-all, - python3-pbr (>= 1.3), + python3-pbr (>= 1.8), python3-setuptools, Build-Depends-Indep: alembic (>= 0.7.2), python-alembic, @@ -33,8 +33,8 @@ Build-Depends-Indep: alembic (>= 0.7.2), python-monotonic (>= 0.3), python-networkx (>= 1.9), python-netifaces, - python-oslo.serialization (>= 1.4.0), - python-oslo.utils (>= 2.0.0), + python-oslo.serialization (>= 2.0.0), + python-oslo.utils (>= 3.0.0), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.10.0), python-psycopg2, @@ -62,8 +62,8 @@ Build-Depends-Indep: alembic (>= 0.7.2), python3-monotonic (>= 0.1), python3-networkx (>= 1.9), python3-netifaces, - python3-oslo.serialization (>= 1.4.0), - python3-oslo.utils (>= 2.0.0), + python3-oslo.serialization (>= 2.0.0), + python3-oslo.utils (>= 3.0.0), python3-oslotest (>= 1.10.0), python3-psycopg2, python3-pymysql (>= 0.6.2), @@ -100,9 +100,9 @@ Depends: alembic (>= 0.7.2), python-kombu, python-monotonic (>= 0.3), python-networkx (>= 1.9), - python-oslo.serialization (>= 1.4.0), - python-oslo.utils (>= 2.0.0), - python-pbr (>= 1.3), + python-oslo.serialization (>= 2.0.0), + python-oslo.utils (>= 3.0.0), + python-pbr (>= 1.8), python-psycopg2, python-pymysql (>= 0.6.2), python-six (>= 1.9.0), @@ -133,9 +133,9 @@ Depends: alembic (>= 0.7.2), python3-kombu, python3-monotonic (>= 0.1), python3-networkx (>= 1.9), - python3-oslo.serialization (>= 1.4.0), - python3-oslo.utils (>= 2.0.0), - python3-pbr (>= 1.3), + python3-oslo.serialization (>= 2.0.0), + python3-oslo.utils (>= 3.0.0), + python3-pbr (>= 1.8), python3-psycopg2, python3-pymysql (>= 0.6.2), python3-six (>= 1.9.0),