From f9a85b5ac2dc5658873a618451b75d4ba64a3169 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Tue, 27 Sep 2016 14:58:52 +1000 Subject: Add python ipmi library to iso JIRA: APEX-282 Change-Id: Ib63735049689eb9e2778d71f803f2bdb7a55c9eb Signed-off-by: Michael Chapman (cherry picked from commit 523c9cb5bea77f19c909ebce4fa23c9676c4dd6d) --- build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile b/build/Makefile index de369c7d..90eeea54 100644 --- a/build/Makefile +++ b/build/Makefile @@ -400,6 +400,7 @@ iso: iso-clean images rpms $(CENTISO) cd centos/Packages && yumdownloader ipxe-roms-qemu cd centos/Packages && curl -O https://radez.fedorapeople.org/python34-markupsafe-0.23-9.el7.centos.x86_64.rpm cd centos/Packages && curl -O https://radez.fedorapeople.org/python3-jinja2-2.8-5.el7.centos.noarch.rpm + cd 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" createrepo --update -g ../c7-opnfv-x86_64-comps.xml centos -- cgit 1.2.3-korg