From: Thomas Goirand Date: Sat, 5 Oct 2013 10:44:44 +0000 (+0800) Subject: python-novaclient needs to be >= 2.15.0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4d982faa31c8f60311cdd5ca64efadee856a7e31;p=openstack-build%2Fcinder-build.git python-novaclient needs to be >= 2.15.0 Rewritten-From: d03e8d53fe7223540de1ad53bb529e9f69a0a57e --- diff --git a/xenial/debian/control b/xenial/debian/control index 096dcd44f..37e564054 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -36,7 +36,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-mysqldb, python-netaddr, python-nose, - python-novaclient (>= 2:2.13.0), + python-novaclient (>= 2:2.15.0), python-oslo.config, python-oslo.sphinx, python-paramiko (>= 1.8.0), @@ -83,6 +83,7 @@ Depends: python-amqplib, python-migrate, python-mysqldb, python-netaddr, + python-novaclient (>= 2:2.15.0), python-oslo.config, python-paramiko (>= 1.8.0), python-paste,