* Renamed python-futures into python-concurrent.futures for the

(build-)depends (Closes: #739470).
This commit is contained in:
Thomas Goirand
2014-02-19 15:27:23 +08:00
parent e5a38db369
commit 7c713bd07a
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@@ -2,6 +2,8 @@ python-taskflow (0.1.3-1) unstable; urgency=medium
* New upstream release.
* Updated new upstream repository in d/copyright, d/rules and d/control.
* Renamed python-futures into python-concurrent.futures for the
(build-)depends (Closes: #739470).
-- Thomas Goirand <zigo@debian.org> Wed, 19 Feb 2014 15:23:19 +0800

4
debian/control vendored
View File

@@ -14,7 +14,7 @@ Build-depends-indep: alembic (>= 0.4.1),
pylint (>= 0.25),
python-anyjson (>= 0.3.3),
python-babel (>= 1.3),
python-futures (>= 2.1.3),
python-concurrent.futures (>= 2.1.3),
python-coverage (>= 3.6),
python-eventlet (>= 0.13.0),
python-hacking (>= 0.8.0),
@@ -41,7 +41,7 @@ Pre-Depends: dpkg (>= 1.15.6~)
Depends: alembic (>= 0.4.1),
python-anyjson (>= 0.3.3),
python-babel (>= 1.3),
python-futures (>= 2.1.3),
python-concurrent.futures (>= 2.1.3),
python-eventlet (>= 0.13.0),
python-iso8601 (>= 0.1.8),
python-networkx (>= 1.8),