X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fpython%2Fsetup.py;h=626dddeeda2338207e827e3e374d929f9ac88cdc;hb=774b217916ff34ea4ba89d117e93e5b3dd68276f;hp=a4749a88fb9562a80053a0724fcd4e2a23aae49a;hpb=324ad39c1d006122f4b08e8deea560e6be64937a;p=vpp.git diff --git a/src/vpp-api/python/setup.py b/src/vpp-api/python/setup.py index a4749a88fb9..626dddeeda2 100644 --- a/src/vpp-api/python/setup.py +++ b/src/vpp-api/python/setup.py @@ -26,7 +26,7 @@ setup (name = 'vpp_papi', python_requires='>=2.7, >=3.3', license = 'Apache-2.0', test_suite = 'tests', - install_requires=['cffi'], + install_requires=['cffi >= 1.10'], py_modules=['vpp_papi'], long_description = '''VPP Python language binding.''', zip_safe = True,