Fixed small typo in package list.

Change-Id: I5cd95b225b87599c13deeb4d8a44eee5a7e7ae9a
This commit is contained in:
Jesse Klint 2015-08-04 04:05:21 -05:00 committed by Jesse Klint
parent 0bcfd70d7b
commit a5c5c028bc

View File

@ -61,7 +61,6 @@ You must also have the following dependencies installed on each of the target no
On RPM based distros these may be installed as follows:
sudo yum install -y MySQL-python
sudo yum install -y \
gcc \
libffi-devel \
@ -69,8 +68,8 @@ On RPM based distros these may be installed as follows:
libxslt-devel \
MySQL-python \
openssl \
openssl-devel
python-devel \
openssl-devel \
python-devel
sudo pip install docker-py shade
This setup will be automated as part of a future release.