summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2019-03-19 14:07:03 +0000
committerBen Nemec <bnemec@redhat.com>2019-03-19 14:10:15 +0000
commitb30335f5169fa24838d0df1d919b27ee8c6169ce (patch)
treef53d8ebfa7aa59786856836b9c0c2e3fcc71c34a /tools
parent2062a56ccf0549f8ab42d218f9e2fbfd5f121a9f (diff)
downloadpbr-b30335f5169fa24838d0df1d919b27ee8c6169ce.tar.gz
Remove libzmq-dev from integration.sh package install
It appears this no longer exists on bionic, and we shouldn't need it for pbr tests. I suspect this may have been some copy-pasta from another project's integration tests. Change-Id: Ife631f77a92ee0b34c19e77cad782d94d18f2e74 Closes-Bug: 1820855
Diffstat (limited to 'tools')
-rw-r--r--tools/integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 2a7e772..3b431e1 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -30,7 +30,7 @@ REPODIR=${REPODIR:-$BASE/new}
# TODO: Figure out how to get this on to the box properly
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 libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache libkrb5-dev liberasurecode-dev libjpeg-dev
+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
# FOR numpy / pyyaml
# The source list has been removed from our apt config so rather than