nwg-panel: add back do_install:append

This commit is contained in:
MarkusVolk 2021-12-04 17:08:34 +01:00
parent f7e4555687
commit e3268b445a

View File

@ -20,5 +20,9 @@ S = "${WORKDIR}/git"
PV = "0.5.0"
SRCREV = "v${PV}"
do_install:append() {
rm ${D}${libdir}/python*/site-packages/nwg_panel/executors/arch_updates.py
}
INSANE_SKIP:${PN} = "file-rdeps"