aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2017-04-21 21:15:53 +0200
committerOle Troan <ot@cisco.com>2017-04-21 21:15:53 +0200
commit08cf5f2b17876111dc59de4fc816e952c27de730 (patch)
treecc3e210583b6fa600d27eff468af790cbb6fb063
parent511ee63cbbb1feee100a05e54b8154fff0a57111 (diff)
Python API: Missing python-cffi dependency for RPM.
Change-Id: I36852524f8a8bb38031e4e7bf92828e89abbb984 Signed-off-by: Ole Troan <ot@cisco.com>
-rw-r--r--build-root/rpm/vpp.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec
index 2cfe67c5dcb..28b93c7755d 100644
--- a/build-root/rpm/vpp.spec
+++ b/build-root/rpm/vpp.spec
@@ -89,7 +89,7 @@ This package contains the java bindings for the vpp api
%package api-python
Summary: VPP api python bindings
Group: Development/Libraries
-Requires: vpp = %{_version}-%{_release}, vpp-lib = %{_version}-%{_release}, python-setuptools libffi-devel
+Requires: vpp = %{_version}-%{_release}, vpp-lib = %{_version}-%{_release}, python-setuptools libffi-devel python-cffi
%description api-python
This package contains the python bindings for the vpp api