summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-22 14:39:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-22 14:39:28 +0000
commitdcd47c9bfd51cd8b84fecbe44b49d589ac821adc (patch)
tree4d1736cbb515aff320532c0af6e3c4a6d9c18bc3 /build/Makefile
parent9c79fb8cfef2a018252229f347d541815e976a15 (diff)
parent7e83d33f7c431016f47b973f357f5a8a912cc7aa (diff)
Merge "Fix dependencies errors in iso verify"
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 38f46fd5..51cb3e47 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -271,7 +271,7 @@ iso: iso-clean images rpms $(CENTISO)
@ln $(RPMUDR) $(BUILD_DIR)/centos/Packages
@ln $(RPMODL) $(BUILD_DIR)/centos/Packages
# add packages to the centos packages
- cd $(BUILD_DIR)/centos/Packages && yumdownloader openvswitch jq python34 python34-libs python34-PyYAML python34-setuptools ipxe-roms-qemu python34-jinja2 python34-markupsafe
+ cd $(BUILD_DIR)/centos/Packages && yumdownloader openvswitch jq python34 python34-libs python34-PyYAML python34-setuptools ipxe-roms-qemu python34-jinja2 python34-markupsafe python2-virtualbmc python-pbr python-prettytable python-pyghmi python-crypto
cd $(BUILD_DIR)/centos/Packages && curl -O http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm
# regenerate yum repo data
@echo "Generating new yum metadata"