aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorJoshua Lock <joshuagloe@gmail.com>2019-07-16 16:45:44 +0100
committerKhem Raj <raj.khem@gmail.com>2019-07-16 09:11:02 -0700
commit09a2a684eb7e38c2f6da69fdfd5363e971528316 (patch)
tree82fbb01146333625036bdfa1bad16125bb6f3d14 /meta-python/recipes-devtools/python
parent599d676260d09ce3bfc06ad240bf7245ce05b032 (diff)
downloadmeta-openembedded-09a2a684eb7e38c2f6da69fdfd5363e971528316.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-cffi.inc1
1 files changed, 1 insertions, 0 deletions
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 \
"