diff options
author | Derek Straka <derek@asterius.io> | 2017-12-28 13:29:37 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:33:53 -0800 |
commit | d8440d28e6753f74faa655b5d1dc6c3820a4fef0 (patch) | |
tree | 78d4806d3b3b86bfc4f02bf556e4e12b1888d558 /meta-python/recipes-devtools | |
parent | e8dde5aba505cea0af706db946663bbf89e06de3 (diff) | |
download | meta-openembedded-d8440d28e6753f74faa655b5d1dc6c3820a4fef0.tar.gz |
python-pycparser: add pprint to the RDEPENDS
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.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 af8258385..f445a2093 100644 --- a/meta-python/recipes-devtools/python/python-pycparser.inc +++ b/meta-python/recipes-devtools/python/python-pycparser.inc | |||
@@ -10,6 +10,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += "\ | 11 | RDEPENDS_${PN}_class-target += "\ |
12 | ${PYTHON_PN}-ply \ | 12 | ${PYTHON_PN}-ply \ |
13 | ${PYTHON_PN}-pprint \ | ||
13 | ${PYTHON_PN}-subprocess \ | 14 | ${PYTHON_PN}-subprocess \ |
14 | cpp \ | 15 | cpp \ |
15 | cpp-symlinks \ | 16 | cpp-symlinks \ |