add numpy to package list, saves lots of time
websockify was added to the pip requires, and it has a dependency of numpy. Because we didn't specify it in the package list, it was built from source every time, adding 3 minutes to an average run. Stop testing whether numpy compiles 100 times a day in CI. Change-Id: Ic9d9b8135a917deb846911c6b266aec87d05781a
This commit is contained in:
parent
516f0cce42
commit
74c67fd861
@ -31,6 +31,7 @@ python-libvirt
|
|||||||
python-libxml2
|
python-libxml2
|
||||||
python-routes
|
python-routes
|
||||||
python-netaddr
|
python-netaddr
|
||||||
|
python-numpy # used by websockify for spice console
|
||||||
python-pastedeploy
|
python-pastedeploy
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-cheetah
|
python-cheetah
|
||||||
|
@ -10,6 +10,7 @@ kvm
|
|||||||
libvirt-bin # NOPRIME
|
libvirt-bin # NOPRIME
|
||||||
libvirt-python
|
libvirt-python
|
||||||
libxml2-python
|
libxml2-python
|
||||||
|
numpy # needed by websockify for spice console
|
||||||
m2crypto
|
m2crypto
|
||||||
mysql-server # NOPRIME
|
mysql-server # NOPRIME
|
||||||
parted
|
parted
|
||||||
|
Loading…
Reference in New Issue
Block a user