python: remove unneeded hacks

With the current Poky Master these are no longer needed

Azote already contains a folder named 'dist'. Rename it to avoid getting its
files wiped out during build.
This commit is contained in:
Markus Volk
2022-03-03 06:18:14 +01:00
parent e23dde4fdc
commit eda1ed4e35
4 changed files with 10 additions and 14 deletions

View File

@ -11,8 +11,6 @@ RDEPENDS:${PN} = "python3-pygobject"
inherit setuptools3 gobject-introspection
PYPA_WHEEL = "${S}/dist/nwg_wrapper*.whl"
S = "${WORKDIR}/git"
PV = "0.1.1"
SRCREV = "9c1b0669dd894b6209a3130169956c755154b055"