From: Ole Troan Date: Fri, 21 Apr 2017 19:15:53 +0000 (+0200) Subject: Python API: Missing python-cffi dependency for RPM. X-Git-Tag: v17.04.1~13 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=08cf5f2b17876111dc59de4fc816e952c27de730;p=vpp.git Python API: Missing python-cffi dependency for RPM. Change-Id: I36852524f8a8bb38031e4e7bf92828e89abbb984 Signed-off-by: Ole Troan --- 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