Merge "Add encryption package requirements to SAIO instructions"
This commit is contained in:
commit
7ccb3787d7
@ -38,7 +38,7 @@ Installing dependencies
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install curl gcc memcached rsync sqlite3 xfsprogs \
|
sudo apt-get install curl gcc memcached rsync sqlite3 xfsprogs \
|
||||||
git-core libffi-dev python-setuptools \
|
git-core libffi-dev python-setuptools \
|
||||||
liberasurecode-dev
|
liberasurecode-dev libssl-dev
|
||||||
sudo apt-get install python-coverage python-dev python-nose \
|
sudo apt-get install python-coverage python-dev python-nose \
|
||||||
python-xattr python-eventlet \
|
python-xattr python-eventlet \
|
||||||
python-greenlet python-pastedeploy \
|
python-greenlet python-pastedeploy \
|
||||||
@ -50,7 +50,7 @@ Installing dependencies
|
|||||||
sudo yum update
|
sudo yum update
|
||||||
sudo yum install curl gcc memcached rsync sqlite xfsprogs git-core \
|
sudo yum install curl gcc memcached rsync sqlite xfsprogs git-core \
|
||||||
libffi-devel xinetd liberasurecode-devel \
|
libffi-devel xinetd liberasurecode-devel \
|
||||||
python-setuptools \
|
openssl-devel python-setuptools \
|
||||||
python-coverage python-devel python-nose \
|
python-coverage python-devel python-nose \
|
||||||
pyxattr python-eventlet \
|
pyxattr python-eventlet \
|
||||||
python-greenlet python-paste-deploy \
|
python-greenlet python-paste-deploy \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user