diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2015-03-19 15:45:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-03-22 15:39:18 +0900 |
commit | 8fc25ca6c8c3f4510980b14db2604e62af043a2d (patch) | |
tree | b3826120aea949c3a2547d7bafb4115ba8cb4ca8 /tools | |
parent | 76969c0c0a52e97da7ea8ac71c86aa38104dd791 (diff) |
pip-requires: Remove comments
This partially reverts commit bf58a6dcf3dcf6241fc1c9e58f3e43d2aa9ea7f2.
devstack (stable/juno) fails to process comments in this file.
While a fix for devstack has been proposed [1], it might take some time
to be merged. I guess it's best to fix it in ryu, at least for a while.
[1] https://review.openstack.org/#/c/165709/
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 5753ce52..822c888a 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ eventlet -msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) +msgpack-python>=0.3.0 netaddr oslo.config>=1.2.0 -routes # wsgi +routes six>=1.4.0 -webob>=1.2 # wsgi +webob>=1.2 |