Fixed (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2015-07-30 15:25:47 +00:00
parent 85a0eb093b
commit d5e0a0be5a
2 changed files with 9 additions and 6 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
python-taskflow (1.17.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Thu, 30 Jul 2015 15:21:31 +0000

14
debian/control vendored
View File

@@ -7,10 +7,11 @@ Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr (>= 0.11),
python-pbr (>= 1.3),
python-setuptools,
python-sphinx,
Build-Depends-Indep: alembic (>= 0.7.2),
python-automaton,
python-cachetools,
python-concurrent.futures (>= 3.0),
python-contextlib2,
@@ -24,14 +25,14 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python-jsonschema,
python-kazoo (>= 2.2),
python-kombu,
python-mock (>= 1.1),
python-mock (>= 1.3),
python-monotonic (>= 0.1),
python-mysqldb,
python-networkx,
python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 1.6.0),
python-oslo.utils (>= 1.9.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.5.1),
python-oslotest (>= 1.7.0),
python-psycopg2,
python-redis,
python-six (>= 1.9.0),
@@ -51,6 +52,7 @@ Homepage: https://github.com/openstack/taskflow
Package: python-taskflow
Architecture: all
Depends: alembic (>= 0.7.2),
python-automaton,
python-cachetools,
python-concurrent.futures (>= 3.0),
python-contextlib2,
@@ -66,8 +68,8 @@ Depends: alembic (>= 0.7.2),
python-mysqldb,
python-networkx,
python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 1.6.0),
python-pbr,
python-oslo.utils (>= 1.9.0),
python-pbr (>= 1.3),
python-psycopg2,
python-six (>= 1.9.0),
python-sqlalchemy (>= 0.9.7),