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

@ -10,8 +10,6 @@ SRC_URI = " \
git://github.com/google/brotli.git;protocol=https;branch=master \
"
PYPA_WHEEL = "${S}/dist/Brotli*.whl"
PV = "1.0.9"
SRCREV = "e61745a6b7add50d380cfd7d3883dd6c62fc2c71"
S = "${WORKDIR}/git"

View File

@ -10,8 +10,6 @@ RDEPENDS:${PN} = " \
python3 \
"
PYPA_WHEEL = "${S}/dist/geopy*.whl"
inherit setuptools3
S = "${WORKDIR}/git"