From 74c67fd8616f778061c27d4c929c9364b59e2b92 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 22 Jan 2013 18:10:16 -0500 Subject: [PATCH] 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 --- files/apts/nova | 1 + files/rpms/nova | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/nova b/files/apts/nova index b7d1e928da..39b4060ee8 100644 --- a/files/apts/nova +++ b/files/apts/nova @@ -31,6 +31,7 @@ python-libvirt python-libxml2 python-routes python-netaddr +python-numpy # used by websockify for spice console python-pastedeploy python-eventlet python-cheetah diff --git a/files/rpms/nova b/files/rpms/nova index 88ad8c3183..568ee7f521 100644 --- a/files/rpms/nova +++ b/files/rpms/nova @@ -10,6 +10,7 @@ kvm libvirt-bin # NOPRIME libvirt-python libxml2-python +numpy # needed by websockify for spice console m2crypto mysql-server # NOPRIME parted