diff options
author | Alistair Coles <alistair.coles@hpe.com> | 2016-07-07 18:35:48 +0100 |
---|---|---|
committer | Alistair Coles <alistair.coles@hpe.com> | 2016-07-07 18:40:10 +0100 |
commit | bfc8c59a08954f57d8f64ca66db9a1ba72207710 (patch) | |
tree | cf0cfff13f9190234a3e74060372856875e49703 | |
parent | 8dcd60149676cc3ff63a30c459a6cd32e8d5dfe5 (diff) | |
download | swift-bfc8c59a08954f57d8f64ca66db9a1ba72207710.tar.gz |
Add encryption package requirements to SAIO instructions
libssl-dev/openssl-devel are already listed in other-requirements.txt;
add them to installation instructions in the SAIO docs.
Change-Id: I3dc07213ff8dac1299d3eb68d3448a77e15c79af
-rw-r--r-- | doc/source/development_saio.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 1d497a526..f258ee965 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -38,7 +38,7 @@ Installing dependencies sudo apt-get update sudo apt-get install curl gcc memcached rsync sqlite3 xfsprogs \ git-core libffi-dev python-setuptools \ - liberasurecode-dev + liberasurecode-dev libssl-dev sudo apt-get install python-coverage python-dev python-nose \ python-xattr python-eventlet \ python-greenlet python-pastedeploy \ @@ -50,7 +50,7 @@ Installing dependencies sudo yum update sudo yum install curl gcc memcached rsync sqlite xfsprogs git-core \ libffi-devel xinetd liberasurecode-devel \ - python-setuptools \ + openssl-devel python-setuptools \ python-coverage python-devel python-nose \ pyxattr python-eventlet \ python-greenlet python-paste-deploy \ |