summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-11-14 22:58:06 -0800
committerBen Pfaff <blp@ovn.org>2017-11-26 16:08:04 -0800
commitdd6f26a9d8927e2e0ba7b6837b05350743326ea0 (patch)
tree8fbdd0b01abc4b14c150c2884422e7aa53d7b49c /rhel
parent3b1101d2ec06e6bf1e18db28bf6329d5ba0bf152 (diff)
downloadopenvswitch-dd6f26a9d8927e2e0ba7b6837b05350743326ea0.tar.gz
tests: Convert dpdkstrip utility from Perl to Python.
Perl is unfashionable and Python is more widely available and understood, so this commit converts one of the OVS uses of Perl into Python. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch-fedora.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index b45e018f5..e600a943c 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -229,7 +229,7 @@ Docker network plugins for OVN.
--enable-ssl \
--with-pkidir=%{_sharedstatedir}/openvswitch/pki
-/usr/bin/perl build-aux/dpdkstrip.pl \
+build-aux/dpdkstrip.py \
%if %{with dpdk}
--dpdk \
%else