diff --git a/recipes-gtk/nwg-shell/nwg-panel_git.bb b/recipes-gtk/nwg-shell/nwg-panel_git.bb index cdf3151..4da12c8 100644 --- a/recipes-gtk/nwg-shell/nwg-panel_git.bb +++ b/recipes-gtk/nwg-shell/nwg-panel_git.bb @@ -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" -