5f8133caac
With pip + upper-constraints we're nearly always over installing all python packages because we no longer support a range, we support *exactly* one version. This removes a bunch of the gratuitous package installs which we're going to install over, lxml, numpy, libvirt. All of these we had coming from packages in the past for speed concerns, but upper constraints removes that. It also ensures that all the headers to build all those are in general, so they are guarunteed available at all times. Change-Id: Ia76de730d65c84d81c4fb2c980ae1b4d595f9f5b
30 lines
418 B
Plaintext
30 lines
418 B
Plaintext
bridge-utils
|
|
screen
|
|
unzip
|
|
wget
|
|
psmisc
|
|
gcc
|
|
g++
|
|
git
|
|
graphviz # needed for docs
|
|
lsof # useful when debugging
|
|
openssh-server
|
|
openssl
|
|
iputils-ping
|
|
wget
|
|
curl
|
|
tcpdump
|
|
tar
|
|
python-dev
|
|
python2.7
|
|
python-gdbm # needed for testr
|
|
bc
|
|
libyaml-dev
|
|
libffi-dev # for pyOpenSSL
|
|
libssl-dev # for pyOpenSSL
|
|
libxml2-dev # lxml
|
|
libxslt1-dev # lxml
|
|
gettext # used for compiling message catalogs
|
|
openjdk-7-jre-headless # NOPRIME
|
|
pkg-config
|