From: Thomas Goirand Date: Tue, 28 Jan 2014 09:09:27 +0000 (+0800) Subject: Fixed the new neutronclient >= 2.3.3 (build-)depends (which was by the way missing... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=88506e0fdf33fc06e49314c7635ad00d43efe109;p=openstack-build%2Fheat-build.git Fixed the new neutronclient >= 2.3.3 (build-)depends (which was by the way missing from requirements.txt) Rewritten-From: 4840e1650be663a14ec16a2f380a3e2adfe6c498 --- diff --git a/xenial/debian/control b/xenial/debian/control index 7f83fdb4..6fa51426 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -34,7 +34,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3), python-mock (>= 1.0), python-mox, python-netaddr, - python-neutronclient, + python-neutronclient (>= 2.3.3), python-nose, python-nosexcover, python-novaclient (>= 2:2.15.0), @@ -88,7 +88,7 @@ Depends: python-babel (>= 1.3), python-migrate (>= 0.8.2), python-mysqldb, python-netaddr, - python-neutronclient, + python-neutronclient (>= 2.3.3), python-novaclient (>= 2:2.15.0), python-oslo.config (>= 1.2.1), python-paramiko (>= 1.10.1),