nwg-panel: cleanup

This commit is contained in:
Markus Volk 2022-01-18 11:13:35 +01:00
parent 6a6164a71a
commit 94791dc364

View File

@ -7,6 +7,7 @@ SRC_URI = " \
"
RDEPENDS:${PN} = "\
bash \
light \
python3 \
python3-pygobject \
@ -20,9 +21,3 @@ S = "${WORKDIR}/git"
PV = "0.5.5"
SRCREV = "v${PV}"
do_install:append() {
rm ${D}${libdir}/python*/site-packages/nwg_panel/executors/arch_updates.py
}
INSANE_SKIP:${PN} = "file-rdeps"