summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-05-11 16:14:29 -0400
committerDan Radez <dradez@redhat.com>2017-05-17 16:40:09 -0400
commit3fe04fbdbfdbf7d362c45e615e8526285670e8c9 (patch)
tree707e47e3ac933c150d7215bc48526b1c8b225f6e /ci
parentb411839804e6fca023ef7a695bbb616ea80fd6f3 (diff)
dep updates related to removing openstack-tripleo
- configure-vm requires libvirt-python - removing some references to openstack-tripleo - updating dep urls to artifacts.opnfv.org JIRA: APEX-462 Change-Id: I5ed7f7ad2f2c016fcbc1157b29c2c0e4c5d9b4a7 Signed-off-by: Dan Radez <dradez@redhat.com>
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