From 8fc25ca6c8c3f4510980b14db2604e62af043a2d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 19 Mar 2015 15:45:13 +0900 Subject: [PATCH] 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 Signed-off-by: FUJITA Tomonori --- tools/pip-requires | 6 +++--- 1 file 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