diff options
author | Michael Chapman <michapma@redhat.com> | 2017-07-07 02:29:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-07 02:29:12 +0000 |
commit | 68bb8c986bfdca528a06e18e58507b4750fdf40e (patch) | |
tree | ea622722b44385268a8bb930e598e741dc4f5308 /ci | |
parent | 85d68ef3be89293b9dd9525d05f6de0b06d9fab3 (diff) | |
parent | 9267deb089e40ca8352e14392d32dcbc5480f319 (diff) |
Merge "Tiny fix for easy install scirpt"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/dev_dep_check.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/dev_dep_check.sh b/ci/dev_dep_check.sh index fe4976a1..7a14563c 100755 --- a/ci/dev_dep_check.sh +++ b/ci/dev_dep_check.sh @@ -35,7 +35,8 @@ fi 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 python34-jinja2 python34-pip; do + libxml2-devel python-virtualbmc python34-jinja2 python34-pip \ + rpm-build wget libvirt ntpdate; do # Make sure deploy deps are installed if ! rpm -q $i > /dev/null; then if ! sudo yum install -y $i; then |