diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycparser_2.20.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb index 845a9fa0cf..fde868a701 100644 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb | |||
@@ -14,6 +14,9 @@ RDEPENDS:${PN}:class-target += "\ | |||
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-ply \ | 15 | ${PYTHON_PN}-ply \ |
16 | ${PYTHON_PN}-pprint \ | 16 | ${PYTHON_PN}-pprint \ |
17 | " | ||
18 | |||
19 | RSUGGESTS:${PN}:class-target += "\ | ||
17 | cpp \ | 20 | cpp \ |
18 | cpp-symlinks \ | 21 | cpp-symlinks \ |
19 | " | 22 | " |