diff --git a/debian/changelog b/debian/changelog index 932a7ba..34ac1dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-fuelclient (9.0.0~0+2016.03.21.git.3130252902-1) experimental; urgency=medium * New upstream release based on commit sha256: 3130252902 from: 2016-03-21. + * Fixed (build-)depends for this releaes. -- Thomas Goirand Thu, 31 Mar 2016 21:37:45 +0200 diff --git a/debian/control b/debian/control index 867f6f7..19e9268 100644 --- a/debian/control +++ b/debian/control @@ -16,17 +16,21 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: python-coverage, python-fixtures (>= 1.3.1), python-hacking, + python-keystoneclient (>= 1:1.6.0), python-mock (>= 1.3), + python-os-testr (>= 0.4.1), python-oslotest (>= 1.10.0), - python-requests-mock (>= 0.6.0), + python-requests (>= 2.8.1), + python-requests-mock (>= 0.7.0), python-testtools (>= 1.4.0), - python3-cliff (>= 1.14.0), + python3-cliff (>= 1.15.0), python3-fixtures (>= 1.3.1), python3-keystoneclient (>= 1:1.6.0), python3-mock (>= 1.3), + python3-os-testr (>= 0.4.1), python3-oslotest (>= 1.10.0), - python3-requests (>= 2.5.2), - python3-requests-mock (>= 0.6.0), + python3-requests (>= 2.8.1), + python3-requests-mock (>= 0.7.0), python3-six (>= 1.9.0), python3-subunit, python3-testtools (>= 1.4.0), @@ -40,10 +44,10 @@ Homepage: https://github.com/openstack/python-fuelclient Package: python-fuelclient Architecture: all -Depends: python-cliff (>= 1.14.0), +Depends: python-cliff (>= 1.15.0), python-keystoneclient (>= 1:1.6.0), python-pbr (>= 1.8), - python-requests (>= 2.5.2), + python-requests (>= 2.8.1), python-six (>= 1.9.0), python-yaml (>= 3.1.0), ${misc:Depends}, @@ -73,7 +77,7 @@ Architecture: all Depends: python3-cliff (>= 1.14.0), python3-keystoneclient (>= 1:1.6.0), python3-pbr (>= 1.8), - python3-requests (>= 2.5.2), + python3-requests (>= 2.8.1), python3-six (>= 1.9.0), python3-yaml (>= 3.1.0), ${misc:Depends},