diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-18 20:22:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-18 20:22:50 +0000 |
commit | 5bfa41f042beab7575c94979ac881ce9e721be03 (patch) | |
tree | f7308b8cf51b610011d39c6cc1502c3fc3b0f872 /ci | |
parent | dd23df3e1ecdf96fa3313114a91a7130566c3a3a (diff) | |
parent | 3fe04fbdbfdbf7d362c45e615e8526285670e8c9 (diff) |
Merge "dep updates related to removing openstack-tripleo"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/dev_dep_check.sh | 2 |
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 |