summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend
blob: 924d10800f3e9cb7aa1800f36ac82ea9fb10752a (plain)
1
2
3
4
5
6
# Remove all python .py files from gevent recipe. Only the .pyc
# files are required. Only do if openbmc-phosphor-tiny distro
# feature is enabled.
do_install_append_openbmc-phosphor-tiny() {
    find ${D}/${PYTHON_SITEPACKAGES_DIR}/gevent/ -name \*.py -exec rm {} \;
}