From 195453deffc364871a7c5ed07b13a91d92e95aff Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 28 Feb 2022 06:27:08 -0800 Subject: python3-smbus: fix wheel build Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-smbus_4.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb index ecdff3adad..7805118a7a 100644 --- a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb +++ b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb @@ -14,3 +14,6 @@ S = "${WORKDIR}/i2c-tools-${PV}" inherit setuptools3 SETUPTOOLS_SETUP_PATH = "${S}/py-smbus" + +PIP_INSTALL_PACKAGE = "smbus" +PIP_INSTALL_DIST_PATH = "${SETUPTOOLS_SETUP_PATH}/dist" -- cgit 1.2.3-korg