From 09a2a684eb7e38c2f6da69fdfd5363e971528316 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 16 Jul 2019 16:45:44 +0100 Subject: python-cffi: add missing RDEPENDS on pycparser pycparser is a dependency as listed in the installation docs: https://cffi.readthedocs.io/en/release-1.12/installation.html Signed-off-by: Joshua Lock Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cffi.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index d86306bace..818d23815d 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc @@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744 RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-io \ + ${PYTHON_PN}-pycparser \ ${PYTHON_PN}-shell \ " -- cgit v1.2.3-54-g00ecf