
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
29 lines
520 B
Plaintext
29 lines
520 B
Plaintext
dnsmasq-base
|
|
dnsmasq-utils # for dhcp_release
|
|
conntrack
|
|
kpartx
|
|
parted
|
|
iputils-arping
|
|
libmysqlclient-dev
|
|
mysql-server # NOPRIME
|
|
python-mysqldb
|
|
python-mysql.connector
|
|
libxml2-dev # needed for building lxml
|
|
libxslt1-dev
|
|
gawk
|
|
iptables
|
|
ebtables
|
|
sqlite3
|
|
sudo
|
|
qemu-kvm # NOPRIME
|
|
qemu # dist:wheezy,jessie NOPRIME
|
|
libvirt-bin # NOPRIME
|
|
libvirt-dev # NOPRIME
|
|
pm-utils
|
|
libjs-jquery-tablesorter # Needed for coverage html reports
|
|
vlan
|
|
curl
|
|
genisoimage # required for config_drive
|
|
rabbitmq-server # NOPRIME
|
|
socat # used by ajaxterm
|