devstack/files/rpms/general
Sergey Skripnick d7f7cb275c Add python-dev to general requirements
Package python-openstackclient depends on pycrypto, and pycrypto depends
on python-dev. Since python-openstackclient should be installed in any
case, python-dev should be in general requirements.

Change-Id: I2d6f5919bdc1175252c78cd203a8769d3892b923
Closes: bug 1292477
2014-04-02 15:35:28 +00:00

35 lines
840 B
Plaintext

bridge-utils
curl
dbus
euca2ools # only for testing client
gcc # dist:rhel6 [2]
git-core
openssh-server
openssl
openssl-devel # to rebuild pyOpenSSL if needed
libxml2-devel # dist:rhel6 [2]
libxslt-devel # dist:rhel6 [2]
psmisc
pylint
python-setuptools
python-prettytable # dist:rhel6 [1]
python-unittest2
python-virtualenv
python-devel
screen
tar
tcpdump
unzip
wget
which
bc
# [1] : some of installed tools have unversioned dependencies on this,
# but others have versioned (<=0.7). So if a later version (0.7.1)
# gets installed in response to an unversioned dependency, it breaks.
# This pre-installs a compatible 0.6(ish) version from RHEL
# [2] : RHEL6 rpm versions of python-lxml is old, and has to be
# removed. Several tools rely on it, so we install the dependencies
# pip needs to build it here (see tools/install_prereqs.sh)