Skip to content

Commit

Permalink
pip-requires: force ovs>=2.6.0dev0 for everyone
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
fujita committed Mar 29, 2016
1 parent 00c31a4 commit b8cb2d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/pip-requires
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8cb2d2

Please sign in to comment.