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

View File

@ -11,6 +11,5 @@ SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457"
DEPENDS += "python3-setuptools-scm-native"
inherit setuptools3
PIP_INSTALL_PACKAGE = "adafruit_circuitpython_register"
RDEPENDS:${PN} += "python3-core"

View File

@ -10,8 +10,6 @@ S = "${WORKDIR}/git"
inherit setuptools3
PIP_INSTALL_PACKAGE = "Adafruit_PlatformDetect"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += "python3-core"

View File

@ -9,7 +9,7 @@ SRCREV = "f4d0973da05b8b21905ff6bab69cdb652128f342"
S = "${WORKDIR}/git"
inherit setuptools3
PIP_INSTALL_PACKAGE = "Adafruit_PureIO"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += " \

View File

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

View File

@ -5,9 +5,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=9b95630a648966b142f1a0dcea001cb7"
PYPI_PACKAGE = "RPi.GPIO"
inherit pypi setuptools3
PIP_INSTALL_PACKAGE = "RPi.GPIO"
inherit pypi setuptools3
SRC_URI += "file://0001-Remove-nested-functions.patch \
file://0001-setup.py-Use-setuptools-instead-of-distutils.patch \