summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smbus_4.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus_4.3.bb2
1 files changed, 2 insertions, 0 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 ecdff3adad..a9ba24fdbc 100644
--- a/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-smbus_4.3.bb
@@ -13,4 +13,6 @@ 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"
16SETUPTOOLS_SETUP_PATH = "${S}/py-smbus" 18SETUPTOOLS_SETUP_PATH = "${S}/py-smbus"