Browse code

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

Sean Dague authored on 2013/01/23 08:10:16
Showing 2 changed files
... ...
@@ -31,6 +31,7 @@ python-libvirt
31 31
 python-libxml2
32 32
 python-routes
33 33
 python-netaddr
34
+python-numpy # used by websockify for spice console
34 35
 python-pastedeploy
35 36
 python-eventlet
36 37
 python-cheetah
... ...
@@ -10,6 +10,7 @@ kvm
10 10
 libvirt-bin # NOPRIME
11 11
 libvirt-python
12 12
 libxml2-python
13
+numpy # needed by websockify for spice console
13 14
 m2crypto
14 15
 mysql-server # NOPRIME
15 16
 parted