From 12a8bc8f40681b7f3eaed38774e6cd73dcd3c35e Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 29 Jun 2017 11:10:39 -0400 Subject: adding libvirt-python to iso JIRA: APEX-462 Change-Id: Ic38d174f92cd19fddd852888047d4b08ef69acab Signed-off-by: Dan Radez --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 05e4cd40..43eae37a 100644 --- a/build/Makefile +++ b/build/Makefile @@ -279,7 +279,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 python2-virtualbmc python-pbr python-prettytable python-pyghmi python-crypto + 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 libvirt-python 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" -- cgit 1.2.3-korg