summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-09 09:48:29 -0800
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-10 10:03:30 -0500
commitd1b150ae8e95b026606310b9ac52a0a33abef9c1 (patch)
tree90905741effb6e2d09388218a557847522d9edef
parentd31d4f6fbe5862eef6d0337a3525d85f27fa920f (diff)
downloadmeta-openembedded-d1b150ae8e95b026606310b9ac52a0a33abef9c1.tar.gz
Revert "python3-smbus: fix wheel build"
This reverts commit b7042fabd1a6930da1d24967720326d2e3a3ca39. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus_4.3.bb2
1 files changed, 0 insertions, 2 deletions
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 3e14736b2d..b305a128a2 100644
--- a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
@@ -13,6 +13,4 @@ S = "${WORKDIR}/i2c-tools-${PV}"
13 13
14inherit setuptools3 14inherit setuptools3
15 15
16PIP_INSTALL_PACKAGE = "smbus"
17PYPA_WHEEL = "${B}/py-smbus/dist/smbus-*-*.whl"
18SETUPTOOLS_SETUP_PATH = "${S}/py-smbus" 16SETUPTOOLS_SETUP_PATH = "${S}/py-smbus"