simplify wheel hack in python recipes

This commit is contained in:
Markus Volk
2022-03-02 14:12:16 +01:00
parent d87b3a966e
commit e23dde4fdc
5 changed files with 7 additions and 2 deletions

View File

@ -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"