091b42b7da
The distro packages of nose and pylint depend on python-setuptools on some platforms, and on some of those platforms (at least CentOS 6.x) you can't resolve dependencies on python-setuptools properly if you've forcibly removed it already (as we do on our CI workers). It appears that any current upstream use of these tools in relation to DevStack-based testing is now relying on tox and pip to obtain them instead. Change-Id: Ibd16ac550c90364115caf57fae4f5f4cb5d5f238
31 lines
507 B
Plaintext
31 lines
507 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
|
|
libxslt-devel
|
|
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,f20
|
|
java-1.8.0-openjdk-headless # NOPRIME f21,f22
|
|
pyOpenSSL # version in pip uses too much memory
|