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.bb2
1 files changed, 1 insertions, 1 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 cf0d8191b4..a339e65824 100644
--- a/meta/recipes-devtools/python/python3-wheel_0.37.1.bb
+++ b/meta/recipes-devtools/python/python3-wheel_0.37.1.bb
@@ -13,7 +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 pip_install_wheel_do_bootstrap_install 16 python_pep517_do_bootstrap_install
17 17
18 # pip install would normally generate [project.scripts] in ${bindir} 18 # pip install would normally generate [project.scripts] in ${bindir}
19 install -d ${D}/${bindir} 19 install -d ${D}/${bindir}