diff options
author | John DeNisco <jdenisco@cisco.com> | 2016-09-27 16:43:04 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-27 22:27:49 +0000 |
commit | 99492de7199e973783bc615c01b28114462d74db (patch) | |
tree | 2695438503671737af31878c09f1d5fe2ce96975 /build-root/rpm | |
parent | 81ee70f93f42132cbf8a5a1b461bb9b17e3b54c9 (diff) |
Fix RPM packaging dependencies
Change-Id: Ife1523e11b7225ea0fd41c06c3b802bb171e91f4
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'build-root/rpm')
-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 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 |