mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
simplify wheel hack in python recipes
This commit is contained in:
parent
d87b3a966e
commit
e23dde4fdc
@ -10,7 +10,7 @@ SRC_URI = " \
|
||||
git://github.com/google/brotli.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
PYPA_WHEEL = "${S}/dist/Brotli-*-*-*.whl"
|
||||
PYPA_WHEEL = "${S}/dist/Brotli*.whl"
|
||||
|
||||
PV = "1.0.9"
|
||||
SRCREV = "e61745a6b7add50d380cfd7d3883dd6c62fc2c71"
|
||||
|
@ -11,6 +11,7 @@ DEPENDS = " \
|
||||
python3-setuptools-scm-native \
|
||||
"
|
||||
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3 \
|
||||
python3-six \
|
@ -10,6 +10,8 @@ RDEPENDS:${PN} = " \
|
||||
python3 \
|
||||
"
|
||||
|
||||
PYPA_WHEEL = "${S}/dist/geopy*.whl"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
S = "${WORKDIR}/git"
|
@ -22,7 +22,7 @@ RDEPENDS:${PN} = " \
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
PYPA_WHEEL = "${S}/dist/azote-*-*.whl"
|
||||
PYPA_WHEEL = "${S}/dist/azote*.whl"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.9.1"
|
||||
|
@ -11,6 +11,8 @@ RDEPENDS:${PN} = "python3-pygobject"
|
||||
|
||||
inherit setuptools3 gobject-introspection
|
||||
|
||||
PYPA_WHEEL = "${S}/dist/nwg_wrapper*.whl"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.1"
|
||||
SRCREV = "9c1b0669dd894b6209a3130169956c755154b055"
|
||||
|
Loading…
Reference in New Issue
Block a user