Fixed (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2016-07-13 21:51:08 +02:00
parent 66d5d7426d
commit ad3b34fbf9
2 changed files with 16 additions and 15 deletions

1
debian/changelog vendored
View File

@@ -9,6 +9,7 @@ python-taskflow (2.2.0-1) experimental; urgency=medium
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Wed, 13 Jul 2016 21:47:19 +0200

30
debian/control vendored
View File

@@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: alembic (>= 0.7.2),
Build-Depends-Indep: alembic (>= 0.8.4),
git,
python-alembic,
python-alembic (>= 0.8.4),
python-automaton (>= 0.5.0),
python-cachetools (>= 1.0.0),
python-concurrent.futures (>= 3.0),
@@ -30,12 +30,12 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python-jsonschema,
python-kazoo (>= 2.2),
python-kombu (>= 3.0.25),
python-mock (>= 1.3),
python-mock (>= 2.0),
python-monotonic (>= 0.6),
python-networkx (>= 1.10),
python-netifaces,
python-oslo.serialization (>= 2.0.0),
python-oslo.utils (>= 3.5.0),
python-oslo.utils (>= 3.11.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.10.0),
python-psycopg2,
@@ -45,11 +45,11 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-sqlalchemy-utils,
python-stevedore (>= 1.5.0),
python-stevedore (>= 1.10.0),
python-testscenarios,
python-testtools (>= 1.4.0),
python-zake,
python3-alembic,
python3-alembic (>= 0.8.4),
python3-automaton,
python3-cachetools,
python3-contextlib2,
@@ -61,12 +61,12 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python3-jsonschema,
python3-kazoo (>= 2.2),
python3-kombu (>= 3.0.25),
python3-mock (>= 1.3),
python3-mock (>= 2.0),
python3-monotonic (>= 0.6),
python3-networkx (>= 1.10),
python3-netifaces,
python3-oslo.serialization (>= 2.0.0),
python3-oslo.utils (>= 3.5.0),
python3-oslo.utils (>= 3.11.0),
python3-oslotest (>= 1.10.0),
python3-psycopg2,
python3-pymysql (>= 0.6.2),
@@ -75,7 +75,7 @@ Build-Depends-Indep: alembic (>= 0.7.2),
python3-six (>= 1.9.0),
python3-sqlalchemy (>= 1.0.10),
python3-sqlalchemy-utils,
python3-stevedore (>= 1.5.0),
python3-stevedore (>= 1.10.0),
python3-subunit,
python3-testscenarios,
python3-testtools (>= 1.4.0),
@@ -90,7 +90,7 @@ XS-Testsuite: autopkgtest
Package: python-taskflow
Architecture: all
Depends: alembic (>= 0.7.2),
Depends: alembic (>= 0.8.4),
python-automaton (>= 0.5.0),
python-cachetools (>= 1.0.0),
python-concurrent.futures (>= 3.0),
@@ -106,14 +106,14 @@ Depends: alembic (>= 0.7.2),
python-monotonic (>= 0.6),
python-networkx (>= 1.10),
python-oslo.serialization (>= 2.0.0),
python-oslo.utils (>= 3.5.0),
python-oslo.utils (>= 3.11.0),
python-pbr (>= 1.8),
python-psycopg2,
python-pymysql (>= 0.6.2),
python-retrying (>= 1.2.3),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.5.0),
python-stevedore (>= 1.10.0),
${misc:Depends},
${python:Depends},
Recommends: ${python:Recommends},
@@ -126,7 +126,7 @@ Description: Taskflow structured state management library - Python 2.7
Package: python3-taskflow
Architecture: all
Depends: alembic (>= 0.7.2),
Depends: alembic (>= 0.8.4),
python3-automaton,
python3-cachetools,
python3-contextlib2,
@@ -140,14 +140,14 @@ Depends: alembic (>= 0.7.2),
python3-monotonic (>= 0.6),
python3-networkx (>= 1.10),
python3-oslo.serialization (>= 2.0.0),
python3-oslo.utils (>= 3.5.0),
python3-oslo.utils (>= 3.11.0),
python3-pbr (>= 1.8),
python3-psycopg2,
python3-pymysql (>= 0.6.2),
python3-retrying (>= 1.2.3),
python3-six (>= 1.9.0),
python3-sqlalchemy (>= 1.0.10),
python3-stevedore (>= 1.5.0),
python3-stevedore (>= 1.10.0),
${misc:Depends},
${python3:Depends},
Recommends: ${python:Recommends},