diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setuptools-rust-native_1.1.2.bb | 2 |
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} |
21 | PIP_INSTALL_DIST_PATH = "${S}/dist" | 21 | PIP_INSTALL_DIST_PATH = "${S}/dist" |
22 | 22 | PIP_INSTALL_PACKAGE = "setuptools_rust" | |
23 | 23 | ||
24 | DEPENDS += "python3-setuptools-scm-native python3-wheel-native" | 24 | DEPENDS += "python3-setuptools-scm-native python3-wheel-native" |
25 | 25 | ||