python: Unbolt wheel packaging PIP_INSTALL_PACKAGE band-aids

OE-Core has improved packaging the whl files therefore remove the
band-aids.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-03-10 08:56:19 -08:00
committed by Andrei Gherzan
parent 030bbc50b7
commit 747f5f33f5
5 changed files with 2 additions and 7 deletions
@@ -12,5 +12,4 @@ SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master;
SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178"
S = "${WORKDIR}/git/Linux/python"
PYPA_WHEEL = "${B}/dist/RTIMULib-7.2.1-*.whl"
inherit setuptools3