mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
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:
@ -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"
|
||||
|
@ -10,8 +10,6 @@ RDEPENDS:${PN} = " \
|
||||
python3 \
|
||||
"
|
||||
|
||||
PYPA_WHEEL = "${S}/dist/geopy*.whl"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
Reference in New Issue
Block a user