diff options
author | Jason Kölker <jason@koelker.net> | 2016-03-20 02:58:43 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-03-21 19:28:32 +0900 |
commit | 8d2604ee67f25528f6e0c167b1b73955b164e992 (patch) | |
tree | f1ff1c702e5452d85040b5b4d2ea9b3ba771d2e8 /tools/pip-requires | |
parent | 0ffbc19e181f150adb66c84cd6c8f545530e22af (diff) |
contrib/ovs: Remove embeded ovs, use upstream
Signed-off-by: Jason Kölker <jason@koelker.net>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 567600f1..4868e9db 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,3 +5,5 @@ 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' |