From: John DeNisco Date: Tue, 27 Sep 2016 20:43:04 +0000 (-0400) Subject: Fix RPM packaging dependencies X-Git-Tag: v17.01-rc0~155 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=99492de7199e973783bc615c01b28114462d74db;p=vpp.git Fix RPM packaging dependencies Change-Id: Ife1523e11b7225ea0fd41c06c3b802bb171e91f4 Signed-off-by: John DeNisco --- diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index 495901454cb..d442e79ba02 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -70,7 +70,7 @@ This package contains VPP plugins %package python-api Summary: VPP api python bindings Group: Development/Libraries -Requires: vpp = %{_version}-%{_release}, vpp-lib = %{_version}-%{_release}, devel = %{_version}-%{_release} +Requires: vpp = %{_version}-%{_release}, vpp-lib = %{_version}-%{_release}, vpp-devel = %{_version}-%{_release} %description python-api This package contains the python bindings for the vpp api