devstack/files/rpms/general
Ian Wienand a5e4c0f279 Clear out some duplicate package dependencies
I think these duplicate dependencies came in because we were not
correctly always installing "general" packages (see
Ie1b8d09369281059d21da61b2725a457f708ae9e)

Most of these are just extras for the lxml dependencies; I added zlib
devel to general for glance (seems pretty generic), and then that can
go too, as all other packages are specified.

Change-Id: I44b14ca15c64fad9daf1ac8d851704b02ea2eae0
2015-11-09 12:21:10 +11:00

36 lines
674 B
Plaintext

bridge-utils
curl
dbus
euca2ools # only for testing client
gcc
gcc-c++
git-core
graphviz # needed only for docs
openssh-server
openssl
openssl-devel # to rebuild pyOpenSSL if needed
libffi-devel
libxml2-devel # lxml
libxslt-devel # lxml
pkgconfig
psmisc
python-devel
screen
tar
tcpdump
unzip
wget
which
bc
libyaml-devel
gettext # used for compiling message catalogs
net-tools
java-1.7.0-openjdk-headless # NOPRIME rhel7
java-1.8.0-openjdk-headless # NOPRIME f21,f22
pyOpenSSL # version in pip uses too much memory
iptables-services # NOPRIME f21,f22
mariadb-devel # MySQL-python
postgresql-devel # psycopg2
redhat-rpm-config # MySQL-python rhbz-1195207 f21
zlib-devel