Fixed pbr duplicate build-depends.

This commit is contained in:
Thomas Goirand
2016-02-03 12:33:54 +00:00
parent 8cbef8da22
commit b9ceff1242

9
debian/control vendored
View File

@@ -7,11 +7,11 @@ Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr (>= 1.6),
python-pbr (>= 1.8),
python-setuptools,
python-sphinx,
python3-all,
python3-pbr (>= 1.6),
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-coverage,
python-fixtures (>= 1.3.1),
@@ -25,7 +25,6 @@ Build-Depends-Indep: python-coverage,
python3-keystoneclient (>= 1:1.6.0),
python3-mock (>= 1.3),
python3-oslotest (>= 1.10.0),
python3-pbr (>= 1.6),
python3-requests (>= 2.5.2),
python3-requests-mock (>= 0.6.0),
python3-six (>= 1.9.0),
@@ -43,7 +42,7 @@ Package: python-fuelclient
Architecture: all
Depends: python-cliff (>= 1.14.0),
python-keystoneclient (>= 1:1.6.0),
python-pbr (>= 1.6),
python-pbr (>= 1.8),
python-requests (>= 2.5.2),
python-six (>= 1.9.0),
python-yaml (>= 3.1.0),
@@ -73,7 +72,7 @@ Package: python3-fuelclient
Architecture: all
Depends: python3-cliff (>= 1.14.0),
python3-keystoneclient (>= 1:1.6.0),
python3-pbr (>= 1.6),
python3-pbr (>= 1.8),
python3-requests (>= 2.5.2),
python3-six (>= 1.9.0),
python3-yaml (>= 3.1.0),