diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-09-30 10:28:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-01 21:28:52 +0900 |
commit | 51e0abd3659efeaa0fd331b4af614e6b655c2a0d (patch) | |
tree | f2f3a492eef3a56a15a9ed9de2633b81335fe8b8 /tools | |
parent | a443be9433a41dea6f7dba407b0c9577cd401f69 (diff) |
pip-requires: Add ovs>=2.6.0
Now OVS 2.6.0 has been released, which is including
Python 3 compatibility.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index a59805b0..e4c97393 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,3 +5,4 @@ oslo.config>=1.15.0 routes # wsgi six>=1.4.0 webob>=1.2 # wsgi +ovs>=2.6.0 # OVSDB |