aboutsummaryrefslogtreecommitdiffstats
path: root/classes/python-backports-init.bbclass
blob: 727bc4a8b662e87011b7beb4648f880a68e670ce (plain)
1
2
3
4
5
6
7
inherit python-dir

RDEPENDS_${PN} += "python-backports-init"

do_install_prepend() {
    rm -rf $(find . -path "*/backports/__init__.py" -type f)
}