
Using venv, which is part of python3, we avoid an extra dependency on the virtualenv package. For Debuntu, which splits this out into a separate package, add this to debs/general. This is part of the infra efforts to ship "plain" nodes without any dependencies installed. While devstack can re-install virtualenv, we don't need any features it provides and it means one less dependency. Change-Id: I3c323640f288e57581a4eb8adba2a08d0b0cbd8f
39 lines
617 B
Plaintext
39 lines
617 B
Plaintext
apache2
|
|
apache2-dev
|
|
bc
|
|
bridge-utils
|
|
bsdmainutils
|
|
curl
|
|
default-jre-headless # NOPRIME
|
|
g++
|
|
gcc
|
|
gettext # used for compiling message catalogs
|
|
git
|
|
graphviz # needed for docs
|
|
iputils-ping
|
|
libapache2-mod-proxy-uwsgi
|
|
libffi-dev # for pyOpenSSL
|
|
libjpeg-dev # Pillow 3.0.0
|
|
libmysqlclient-dev # MySQL-python
|
|
libpcre3-dev # for python-pcre
|
|
libpq-dev # psycopg2
|
|
libssl-dev # for pyOpenSSL
|
|
libsystemd-dev # for systemd-python
|
|
libxml2-dev # lxml
|
|
libxslt1-dev # lxml
|
|
libyaml-dev
|
|
lsof # useful when debugging
|
|
openssh-server
|
|
openssl
|
|
pkg-config
|
|
psmisc
|
|
python3-dev
|
|
python3-venv
|
|
tar
|
|
tcpdump
|
|
unzip
|
|
uuid-runtime
|
|
wget
|
|
wget
|
|
zlib1g-dev
|