]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-pycparser: cleanup RDEPENDS
authorGuðni Már Gilbert <gudnimar@noxmedical.com>
Sun, 12 May 2024 09:59:58 +0000 (09:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2024 15:36:46 +0000 (16:36 +0100)
- Drop python3-pprint, the source code no longer imports this module
- Drop python3-ply, ply package is bunled into pycparser, making the external python3-ply
dependency not useful. This seems to have been changed a long time ago in version 2.09 (2012.12.27)

Note about python3-netclient: It can be removed at a later date. There is one 'unused' import
for base64 in the ply source. Once that is cleaned up, python3-netclient can be removed.

Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pycparser_2.22.bb

index 9a5abc42bd775762b281bcaf7d18469bfacd099d..0be39ea3839a311eec52211a06d5bca461b0984b 100644 (file)
@@ -11,9 +11,7 @@ BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS:${PN}:class-target += "\
     python3-netclient \
-    python3-ply \
-    python3-pprint \
-    "
+"
 
 RSUGGESTS:${PN}:class-target += "\
     cpp \