mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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 <jlock@vmware.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744
|
|||||||
RDEPENDS_${PN}_class-target = " \
|
RDEPENDS_${PN}_class-target = " \
|
||||||
${PYTHON_PN}-ctypes \
|
${PYTHON_PN}-ctypes \
|
||||||
${PYTHON_PN}-io \
|
${PYTHON_PN}-io \
|
||||||
|
${PYTHON_PN}-pycparser \
|
||||||
${PYTHON_PN}-shell \
|
${PYTHON_PN}-shell \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user