diff options
author | Feng Pan <fpan@redhat.com> | 2017-09-20 02:27:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-20 02:27:16 +0000 |
commit | 946251720965cd5da9f6798d3ff931950524dd24 (patch) | |
tree | eea9c69e3b0b16f30c07f827646f71753910621a /build/Makefile | |
parent | b12062bf50f211efb8568d0643a9c8ae33c472f6 (diff) | |
parent | add79730ea98607c814786235168a43c35d01444 (diff) |
Merge "Fixes missing libvirt-client in ISO"
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 5f078339..ae6fbf85 100644 --- a/build/Makefile +++ b/build/Makefile @@ -275,7 +275,7 @@ iso: iso-clean images rpms $(CENTISO) cd $(BUILD_DIR)/centos/Packages && yumdownloader python34-jinja2 python34-markupsafe ansible python34-six python34-cffi cd $(BUILD_DIR)/centos/Packages && yumdownloader ipxe-roms-qemu python34-idna python34-pycparser python-crypto python-httplib2 cd $(BUILD_DIR)/centos/Packages && yumdownloader python-jinja2 python-keyczar python-paramiko sshpass python-ecdsa python34-ply - cd $(BUILD_DIR)/centos/Packages && yumdownloader libvirt-python python-lxml + cd $(BUILD_DIR)/centos/Packages && yumdownloader libvirt-client libvirt-python python-lxml cd $(BUILD_DIR)/centos/Packages && curl -O http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm cd $(BUILD_DIR)/centos/Packages && curl -O http://artifacts.opnfv.org/apex/dependencies/python34-asn1crypto-0.22.0-1.el7.centos.noarch.rpm cd $(BUILD_DIR)/centos/Packages && curl -O http://artifacts.opnfv.org/apex/dependencies/python34-cryptography-2.0.3-1.el7.centos.x86_64.rpm |