python3-adafruit-platformdetect: Fix build with wheel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-02-28 21:46:44 -08:00
committed by Andrei Gherzan
parent df8670fb5a
commit 36e5cdd8bc

View File

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