diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-22 14:39:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 14:39:28 +0000 |
commit | dcd47c9bfd51cd8b84fecbe44b49d589ac821adc (patch) | |
tree | 4d1736cbb515aff320532c0af6e3c4a6d9c18bc3 /build/rpm_specs | |
parent | 9c79fb8cfef2a018252229f347d541815e976a15 (diff) | |
parent | 7e83d33f7c431016f47b973f357f5a8a912cc7aa (diff) |
Merge "Fix dependencies errors in iso verify"
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 05fbbbd3..c8fcdb7c 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -11,7 +11,7 @@ Source0: opnfv-apex-common.tar.gz BuildArch: noarch BuildRequires: python-docutils python34-devel Requires: opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools libvirt-python -Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python3-jinja2 python3-ipmi python2-virtualbmc +Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python34-jinja2 python3-ipmi python2-virtualbmc Requires: ipxe-roms-qemu >= 20160127-1 %description |