summaryrefslogtreecommitdiff
path: root/recipes-devtools/python/python3-cffi_%.bbappend
blob: 59cde4e6cc351bfa7f223fcf567ab79e37e69bd7 (plain)
1
2
3
4
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 \
"