diff options
author | Tim Rozet <trozet@redhat.com> | 2016-11-29 20:42:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-29 20:42:11 +0000 |
commit | c3d74dbf05ee8b0c161190b85eb1e238a69402a7 (patch) | |
tree | 1202b353ec0ddafc93a3ab1bed41c18730b38ab4 /ci | |
parent | 5b2906da18d059efc96f51e354221cc874818498 (diff) | |
parent | 0c5bfd83c4322cf03b62ec9ac0b5701589f9c8f5 (diff) |
Merge "Adding oslo-config, debtcollector and python34-devel"
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 a15eb8b9..52643459 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 libguestfs-tools-c libvirt-python; do +for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs libguestfs-tools-c libvirt-python python2-oslo-config python2-debtcollector python34-devel; do # Make sure deploy deps are installed if ! rpm -q $i > /dev/null; then if ! sudo yum install -y $i; then |