From 88506e0fdf33fc06e49314c7635ad00d43efe109 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 28 Jan 2014 17:09:27 +0800 Subject: [PATCH] Fixed the new neutronclient >= 2.3.3 (build-)depends (which was by the way missing from requirements.txt) Rewritten-From: 4840e1650be663a14ec16a2f380a3e2adfe6c498 --- xenial/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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), -- 2.45.2