diff options
author | Dan Radez <dradez@redhat.com> | 2017-06-29 11:10:39 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-07-05 15:27:20 -0400 |
commit | 12a8bc8f40681b7f3eaed38774e6cd73dcd3c35e (patch) | |
tree | 9d51de0a7972dae60930dc8802b80de2b2890a17 /build/Makefile | |
parent | 586110a27dc11e89a5ff3552f3215e8a0716aa92 (diff) |
adding libvirt-python to iso
JIRA: APEX-462
Change-Id: Ic38d174f92cd19fddd852888047d4b08ef69acab
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |