e7b6399d45
After commit def4c141 the bc is requred for devstack install on minimal image, commit fbe12f98 fixed the issue with ubuntu, but not with other distribution. Adding bc to the files/rpms-suse/general and files/rpms/general. Change-Id: Ieb2e3e2af454bca03bb3d7565ff731dc357e699f
34 lines
827 B
Plaintext
34 lines
827 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
|
|
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)
|