diff options
author | Derek Straka <derek@asterius.io> | 2017-12-19 12:55:45 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:01 -0800 |
commit | b9b48df09d4a236da510ae4476d86d7f795da966 (patch) | |
tree | 883ec17b79da688c0349180f60094be677acc0aa /meta-python/recipes-devtools/python/python-pycparser.inc | |
parent | 251f6f9ccc16b635b12545ea6749bfdef44b59ce (diff) | |
download | meta-openembedded-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/python/python-pycparser.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycparser.inc | 1 |
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 | |||
9 | BBCLASSEXTEND = "native nativesdk" | 9 | BBCLASSEXTEND = "native nativesdk" |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += "\ | 11 | RDEPENDS_${PN}_class-target += "\ |
12 | ${PYTHON_PN}-ply \ | ||
12 | ${PYTHON_PN}-subprocess \ | 13 | ${PYTHON_PN}-subprocess \ |
13 | cpp \ | 14 | cpp \ |
14 | cpp-symlinks \ | 15 | cpp-symlinks \ |