2b5c14d2d8
Without libyaml-devel package installed (on Fedora-20), running ./stack throws: [. . .] build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory #include <yaml.h> ^ compilation terminated. libyaml is not found or a compiler error: forcing --without-libyaml [. . .] Adding this dependency to files/rpms/general resolves it. Also added to files/apts/general. Change-Id: If1aa23bf3fc76ea2b321c3725dd07050ddd4b825
32 lines
609 B
Plaintext
32 lines
609 B
Plaintext
bridge-utils
|
|
curl
|
|
dbus
|
|
euca2ools # only for testing client
|
|
gcc
|
|
git-core
|
|
openssh-server
|
|
openssl
|
|
openssl-devel # to rebuild pyOpenSSL if needed
|
|
libxml2-devel
|
|
libxslt-devel
|
|
psmisc
|
|
pylint
|
|
python-setuptools
|
|
python-prettytable # dist:rhel6 [1]
|
|
python-unittest2
|
|
python-virtualenv
|
|
python-devel
|
|
screen
|
|
tar
|
|
tcpdump
|
|
unzip
|
|
wget
|
|
which
|
|
bc
|
|
libyaml-devel
|
|
|
|
# [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
|