summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-28 02:25:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-28 02:25:48 +0000
commit36e93077409a1ac320a971fb4db5e95e3c5c0353 (patch)
tree39dfc91fc32160d3c127be96688bbe6c81a1a509 /build/Makefile
parent742be8f455b9526fd32fc903aedc2608c90ead93 (diff)
parent6e6be5b01b8af5c15641f027b354041874f0ddfa (diff)
Merge "Fix dependencies errors in iso verify" into stable/danube
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile
index ed983256..d44978e8 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -329,9 +329,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 openstack-tripleo jq python34 python34-libs python34-yaml python34-setuptools ipxe-roms-qemu
- cd $(BUILD_DIR)/centos/Packages && curl -O https://radez.fedorapeople.org/python34-markupsafe-0.23-9.el7.centos.x86_64.rpm
- cd $(BUILD_DIR)/centos/Packages && curl -O https://radez.fedorapeople.org/python3-jinja2-2.8-5.el7.centos.noarch.rpm
+ cd $(BUILD_DIR)/centos/Packages && yumdownloader openvswitch openstack-tripleo jq oniguruma python34 python34-libs python34-PyYAML python34-setuptools ipxe-roms-qemu python34-jinja2 python34-markupsafe
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"