[meta-python,1/2] Revert "python3-smbus: fix wheel build"

Message ID 20220309190543.664728-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] Revert "python3-smbus: fix wheel build" | expand

Commit Message

Khem Raj March 9, 2022, 7:05 p.m. UTC
This reverts commit b7042fabd1a6930da1d24967720326d2e3a3ca39.
---
 meta-python/recipes-devtools/python/python3-smbus_4.3.bb | 2 --
 1 file changed, 2 deletions(-)

Patch

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}"
 
 inherit setuptools3
 
-PIP_INSTALL_PACKAGE = "smbus"
-PYPA_WHEEL = "${B}/py-smbus/dist/smbus-*-*.whl"
 SETUPTOOLS_SETUP_PATH = "${S}/py-smbus"