From ca1aadba53b3683386bc034451212b8317492a83 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 3 May 2022 17:30:00 -0500 Subject: Remove pycparser from python3-cffi --- recipes-devtools/python/python3-cffi_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-devtools/python/python3-cffi_%.bbappend diff --git a/recipes-devtools/python/python3-cffi_%.bbappend b/recipes-devtools/python/python3-cffi_%.bbappend new file mode 100644 index 0000000..59cde4e --- /dev/null +++ b/recipes-devtools/python/python3-cffi_%.bbappend @@ -0,0 +1,5 @@ +# pycparser is for doing build of C or C++ code and +# should not be on an embedded device +RDEPENDS_${PN}_class-target_remove = " \ + ${PYTHON_PN}-pycparser \ +" -- cgit v1.2.3