pip-requires: force ovs>=2.6.0dev0 for everyone

The version of pip on Ubuntu 14.04 can't handle the version
condition. So force ovs>=2.6.0dev0 for python2.7 users too.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Jason Kölker <jason@koelker.net>
This commit is contained in:
FUJITA Tomonori 2016-03-30 04:59:55 +09:00
parent 00c31a4d73
commit b8cb2d22aa
1 changed files with 1 additions and 2 deletions

View File

@ -5,5 +5,4 @@ oslo.config>=1.6.0
routes # wsgi
six>=1.4.0
webob>=1.2 # wsgi
ovs >=2.6.0.dev0 ; python_version >= '3.0'
ovs ; python_version < '3.0'
ovs >=2.6.0.dev0