d99c29032b
hexdump is used in common function generate_hex_string which is used by nova and heat. The current general dependencies do not have this dependency covered, instead it is usually pulled in by other implicit dependencies when a full devstack is built. In cases where only a subset is built (like just Heat and keystone) hexdump is missing. Added unit tests for the generate_hex_string function. Depends-On: Ib47d802a31a0f4c2a49daa7e6698e37c70a2365a Change-Id: I77c8c2019fb8b8174cdfaed3e56ebf728f0732b7 Closes-Bug: #1558672
31 lines
461 B
Plaintext
31 lines
461 B
Plaintext
bc
|
|
bridge-utils
|
|
ca-certificates-mozilla
|
|
curl
|
|
gcc
|
|
gcc-c++
|
|
git-core
|
|
graphviz # docs
|
|
iputils
|
|
libffi-devel # pyOpenSSL
|
|
libjpeg8-devel # Pillow 3.0.0
|
|
libmysqlclient-devel # MySQL-python
|
|
libopenssl-devel # to rebuild pyOpenSSL if needed
|
|
libxslt-devel # lxml
|
|
lsof # useful when debugging
|
|
make
|
|
net-tools
|
|
openssh
|
|
openssl
|
|
postgresql-devel # psycopg2
|
|
psmisc
|
|
python-cmd2 # dist:opensuse-12.3
|
|
python-devel # pyOpenSSL
|
|
screen
|
|
tar
|
|
tcpdump
|
|
unzip
|
|
util-linux
|
|
wget
|
|
zlib-devel
|