summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2023-01-05 20:30:15 +0000
committerStephen Finucane <stephenfin@redhat.com>2023-01-06 14:36:51 +0000
commit535254d5c8b9c0159017febafc882b58c873abe2 (patch)
treecb83cbcdededbb4cc604abbc0d9a42a442a9907a
parent491ce1ab095b122b442de1ce662ebc2e29d27de3 (diff)
downloadpbr-535254d5c8b9c0159017febafc882b58c873abe2.tar.gz
Remove numpy dependencies
There do not appear to be any openstack projects relying on this package these days. Remove the unnecessary dependencies. Change-Id: Iddd95afad9e6cf10d2cf0a3d6cae4b6ba75a7a05 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-rw-r--r--tools/integration.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 0e99b43..f0ed0f2 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -32,14 +32,7 @@ REPODIR=${REPODIR:-$BASE/openstack}
sudo apt-get update
sudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libffi-dev libldap2-dev libsasl2-dev ccache libkrb5-dev liberasurecode-dev libjpeg-dev libsystemd-dev libnss3-dev libssl-dev
-# FOR numpy / pyyaml
-# The source list has been removed from our apt config so rather than
-# installing deps via apt-get build-dep <PKG> we install the lists provied
-# by apt-cache showsrc <PKG>
-
-# Numpy
-sudo apt-get install -y --force-yes cython3 debhelper gfortran libblas-dev liblapack-dev python3-all-dbg python3-all-dev python3-nose python3-tz
-#pyyaml
+# FOR pyyaml
sudo apt-get install -y --force-yes debhelper python3-all-dev python3-all-dbg libyaml-dev cython3 cython3-dbg quilt
# And use ccache explitly