aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-19 12:55:45 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-27 07:25:01 -0800
commitb9b48df09d4a236da510ae4476d86d7f795da966 (patch)
tree883ec17b79da688c0349180f60094be677acc0aa /meta-python/recipes-devtools
parent251f6f9ccc16b635b12545ea6749bfdef44b59ce (diff)
downloadmeta-openembedded-contrib-b9b48df09d4a236da510ae4476d86d7f795da966.tar.gz
python-pycparser: update RDEPENDS to add ply
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-pycparser.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycparser.inc b/meta-python/recipes-devtools/python/python-pycparser.inc
index 6b054824e3..af82583858 100644
--- a/meta-python/recipes-devtools/python/python-pycparser.inc
+++ b/meta-python/recipes-devtools/python/python-pycparser.inc
@@ -9,6 +9,7 @@ SRC_URI[sha256sum] = "99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810
BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN}_class-target += "\
+ ${PYTHON_PN}-ply \
${PYTHON_PN}-subprocess \
cpp \
cpp-symlinks \