blob: 924d10800f3e9cb7aa1800f36ac82ea9fb10752a [file] [log] [blame]
# 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 {} \;
}