summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-18 20:22:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-18 20:22:50 +0000
commit5bfa41f042beab7575c94979ac881ce9e721be03 (patch)
treef7308b8cf51b610011d39c6cc1502c3fc3b0f872 /ci
parentdd23df3e1ecdf96fa3313114a91a7130566c3a3a (diff)
parent3fe04fbdbfdbf7d362c45e615e8526285670e8c9 (diff)
Merge "dep updates related to removing openstack-tripleo"
Diffstat (limited to 'ci')
-rwxr-xr-xci/dev_dep_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/dev_dep_check.sh b/ci/dev_dep_check.sh
index 71cea22c..fb7ede71 100755
--- a/ci/dev_dep_check.sh
+++ b/ci/dev_dep_check.sh
@@ -32,7 +32,7 @@ if ! sudo yum update -y ipxe-roms-qemu; then
fi
# check for other packages
-for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs \
+for i in epel-release python34-PyYAML openvswitch libguestfs \
libguestfs-tools-c libvirt-python python2-oslo-config \
python2-debtcollector python34-devel libxslt-devel \
libxml2-devel python-virtualbmc; do