python-brotli: fix wheel install

This commit is contained in:
Markus Volk 2022-03-01 11:56:38 +01:00
parent 569b9319e3
commit d87b3a966e

View File

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