Update Ryu dependencies.
This commit is contained in:
+3
-5
@@ -424,12 +424,10 @@ function ryu {
|
|||||||
|
|
||||||
# install Ryu dependencies"
|
# install Ryu dependencies"
|
||||||
$install autoconf automake g++ libtool python make
|
$install autoconf automake g++ libtool python make
|
||||||
if [ "$DIST" = "Ubuntu" ]; then
|
if [ "$DIST" = "Ubuntu" -o "$DIST" = "Debian" ]; then
|
||||||
$install libxml2 libxslt-dev python-pip python-dev
|
$install libxml2 libxslt-dev python-pip python-dev
|
||||||
sudo pip install gevent
|
sudo pip install --upgrade gevent pbr webob routes paramiko \\
|
||||||
elif [ "$DIST" = "Debian" ]; then
|
oslo.config
|
||||||
$install libxml2 libxslt-dev python-pip python-dev
|
|
||||||
sudo pip install gevent
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if needed, update python-six
|
# if needed, update python-six
|
||||||
|
|||||||
Reference in New Issue
Block a user