python3-adafruit-circuitpython-register: Define PIP_INSTALL_PACKAGE

Fixes build with wheel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-02-28 21:32:25 -08:00
committed by Andrei Gherzan
parent 390b3f63cf
commit 7474b7951a

View File

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