From 36e5cdd8bcbc2ebf91943c05c8bb945e95693837 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Feb 2022 21:46:44 -0800 Subject: [PATCH] python3-adafruit-platformdetect: Fix build with wheel Signed-off-by: Khem Raj --- .../python/python3-adafruit-platformdetect_3.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb b/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb index 170cd98..fd3e830 100644 --- a/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb +++ b/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb @@ -10,6 +10,8 @@ S = "${WORKDIR}/git" inherit setuptools3 +PIP_INSTALL_PACKAGE = "Adafruit_PlatformDetect" + DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-core"