summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-wheel_0.37.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-wheel_0.37.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-wheel_0.37.1.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-wheel_0.37.1.bb b/meta/recipes-devtools/python/python3-wheel_0.37.1.bb
index 83a7c986a8..cf0d8191b4 100644
--- a/meta/recipes-devtools/python/python3-wheel_0.37.1.bb
+++ b/meta/recipes-devtools/python/python3-wheel_0.37.1.bb
@@ -13,9 +13,7 @@ SRC_URI += " file://0001-Backport-pyproject.toml-from-flit-backend-branch.patch"
13DEPENDS:remove:class-native = "python3-pip-native" 13DEPENDS:remove:class-native = "python3-pip-native"
14 14
15do_install:class-native () { 15do_install:class-native () {
16 # We need to bootstrap python3-wheel-native 16 pip_install_wheel_do_bootstrap_install
17 install -d ${D}${PYTHON_SITEPACKAGES_DIR}
18 unzip -d ${D}${PYTHON_SITEPACKAGES_DIR} ${PIP_INSTALL_DIST_PATH}/*.whl
19 17
20 # pip install would normally generate [project.scripts] in ${bindir} 18 # pip install would normally generate [project.scripts] in ${bindir}
21 install -d ${D}/${bindir} 19 install -d ${D}/${bindir}