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
36 lines
539 B
Plaintext
36 lines
539 B
Plaintext
bc
|
|
bridge-utils
|
|
bsdmainutils
|
|
curl
|
|
g++
|
|
gcc
|
|
gettext # used for compiling message catalogs
|
|
git
|
|
graphviz # needed for docs
|
|
iputils-ping
|
|
libffi-dev # for pyOpenSSL
|
|
libjpeg-dev # Pillow 3.0.0
|
|
libmysqlclient-dev # MySQL-python
|
|
libpq-dev # psycopg2
|
|
libssl-dev # for pyOpenSSL
|
|
libxml2-dev # lxml
|
|
libxslt1-dev # lxml
|
|
libyaml-dev
|
|
lsof # useful when debugging
|
|
openjdk-7-jre-headless # NOPRIME
|
|
openssh-server
|
|
openssl
|
|
pkg-config
|
|
psmisc
|
|
python2.7
|
|
python-dev
|
|
python-gdbm # needed for testr
|
|
screen
|
|
tar
|
|
tcpdump
|
|
unzip
|
|
uuid-runtime
|
|
wget
|
|
wget
|
|
zlib1g-dev
|