Python API: Missing python-cffi dependency for RPM. 45/6345/1
authorOle Troan <[email protected]>
Fri, 21 Apr 2017 19:15:53 +0000 (21:15 +0200)
committerOle Troan <[email protected]>
Fri, 21 Apr 2017 19:15:53 +0000 (21:15 +0200)
Change-Id: I36852524f8a8bb38031e4e7bf92828e89abbb984
Signed-off-by: Ole Troan <[email protected]>
build-root/rpm/vpp.spec

index 2cfe67c..28b93c7 100644 (file)
@@ -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