diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-09 09:48:29 -0800 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-10 10:03:30 -0500 |
commit | d1b150ae8e95b026606310b9ac52a0a33abef9c1 (patch) | |
tree | 90905741effb6e2d09388218a557847522d9edef | |
parent | d31d4f6fbe5862eef6d0337a3525d85f27fa920f (diff) | |
download | meta-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.bb | 2 |
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 | ||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | 15 | ||
16 | PIP_INSTALL_PACKAGE = "smbus" | ||
17 | PYPA_WHEEL = "${B}/py-smbus/dist/smbus-*-*.whl" | ||
18 | SETUPTOOLS_SETUP_PATH = "${S}/py-smbus" | 16 | SETUPTOOLS_SETUP_PATH = "${S}/py-smbus" |