Align dependencies and versions with upstream.
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
python-neutronclient (1:2.6.0-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* New upstream release:
|
||||
- d/control: Align dependencies and versions with upstream.
|
||||
* Bump epoch inline with Ubuntu to support resync.
|
||||
|
||||
-- James Page <james.page@ubuntu.com> Tue, 23 Jun 2015 11:47:17 +0100
|
||||
|
||||
43
debian/control
vendored
43
debian/control
vendored
@@ -10,30 +10,30 @@ Build-Depends: debhelper (>= 9),
|
||||
python-pbr,
|
||||
python-setuptools,
|
||||
python-sphinx,
|
||||
Build-Depends-Indep: cliff-tablib,
|
||||
python-babel,
|
||||
Build-Depends-Indep: cliff-tablib (>= 1.0),
|
||||
python-babel (>= 1.3),
|
||||
python-cliff (>= 1.10.0),
|
||||
python-coverage,
|
||||
python-fixtures,
|
||||
python-coverage (>= 3.6),
|
||||
python-fixtures (>= 0.3.14),
|
||||
python-hacking,
|
||||
python-iso8601,
|
||||
python-keystoneclient (>= 1:1.1.0),
|
||||
python-mock,
|
||||
python-mox3,
|
||||
python-netaddr,
|
||||
python-iso8601 (>= 0.1.9),
|
||||
python-keystoneclient (>= 1:1.3.0),
|
||||
python-mock (>= 1.0),
|
||||
python-mox3 (>= 0.7.0),
|
||||
python-netaddr (>= 0.7.12),
|
||||
python-oslo.i18n (>= 1.5.0),
|
||||
python-oslo.serialization (>= 1.4.0),
|
||||
python-oslo.utils (>= 1.4.0),
|
||||
python-oslosphinx (>= 2.5.0),
|
||||
python-oslotest (>= 1.5.1),
|
||||
python-requests,
|
||||
python-requests (>= 2.5.2),
|
||||
python-requests-mock (>= 0.6.0),
|
||||
python-simplejson,
|
||||
python-simplejson (>= 2.2.0),
|
||||
python-six (>= 1.9.0),
|
||||
python-tempest-lib (>= 0.4.0),
|
||||
python-testtools,
|
||||
subunit,
|
||||
testrepository,
|
||||
python-tempest-lib (>= 0.5.0),
|
||||
python-testtools (>= 0.9.36),
|
||||
subunit (>= 0.0.18),
|
||||
testrepository (>= 0.0.18),
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-neutronclient.git;a=summary
|
||||
Vcs-Git: git://anonscm.debian.org/openstack/python-neutronclient.git
|
||||
@@ -44,17 +44,16 @@ Architecture: all
|
||||
Replaces: python-quantumclient, quantum-client
|
||||
Provides: python-quantumclient
|
||||
Breaks: python-quantumclient
|
||||
Depends: python-babel,
|
||||
Depends: python-babel (>= 1.3),
|
||||
python-cliff (>= 1.10.0),
|
||||
python-iso8601,
|
||||
python-keystoneclient (>= 1:1.1.0),
|
||||
python-netaddr,
|
||||
python-iso8601 (>= 0.1.9),
|
||||
python-keystoneclient (>= 1:1.3.0),
|
||||
python-netaddr (>= 0.7.12),
|
||||
python-oslo.i18n (>= 1.5.0),
|
||||
python-oslo.serialization (>= 1.4.0),
|
||||
python-oslo.utils (>= 1.4.0),
|
||||
python-pbr,
|
||||
python-requests,
|
||||
python-simplejson,
|
||||
python-requests (>= 2.5.2),
|
||||
python-simplejson (>= 2.2.0),
|
||||
python-six (>= 1.9.0),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
|
||||
Reference in New Issue
Block a user