From 7474b7951a8d5b4674c4a9e3924fb8ed1226d2c5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Feb 2022 21:32:25 -0800 Subject: [PATCH] python3-adafruit-circuitpython-register: Define PIP_INSTALL_PACKAGE Fixes build with wheel Signed-off-by: Khem Raj --- .../python/python3-adafruit-circuitpython-register_1.9.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb index 1f745e7..42cb78e 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb @@ -11,5 +11,6 @@ SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457" DEPENDS += "python3-setuptools-scm-native" inherit setuptools3 +PIP_INSTALL_PACKAGE = "adafruit_circuitpython_register" RDEPENDS:${PN} += "python3-core"