diff options
author | John DeNisco <jdenisco@cisco.com> | 2016-09-30 08:33:40 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-09-30 13:33:31 +0000 |
commit | f53f482f35136cfea10664fdb41da02bb9f5b002 (patch) | |
tree | 308daabbb38eb44ab7b72577cc409c4c464d1331 | |
parent | f3e3fd3e08747b95ce32e7f8de714e82fc0f9597 (diff) |
Remove RPM package dependency on vpp-devel
Change-Id: Ie6e1b3c8c2e0cf64f06aafe13a693686fd4b486a
Signed-off-by: John DeNisco <jdenisco@cisco.com>
-rw-r--r-- | build-root/rpm/vpp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index d442e79ba02..f55ca6645a0 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}, vpp-devel = %{_version}-%{_release} +Requires: vpp = %{_version}-%{_release}, vpp-lib = %{_version}-%{_release} %description python-api This package contains the python bindings for the vpp api |