summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb b/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb
index 1afb3f0e0f..73dcbb26e6 100644
--- a/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb
@@ -19,7 +19,7 @@ inherit cargo pypi setuptools3 native
19 19
20# For some reason the wheel is built in ${S} not ${B} 20# For some reason the wheel is built in ${S} not ${B}
21PIP_INSTALL_DIST_PATH = "${S}/dist" 21PIP_INSTALL_DIST_PATH = "${S}/dist"
22 22PIP_INSTALL_PACKAGE = "setuptools_rust"
23 23
24DEPENDS += "python3-setuptools-scm-native python3-wheel-native" 24DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
25 25