summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-01 17:10:44 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commit85ea0d3a77f1390af5744959c7da0e13470ca81a (patch)
tree8d78c039025c3e30aaa5a23ccda47673891dd4cf /meta-python
parent85848a20be784b87edc06fd7a3f01922b62df2a7 (diff)
downloadmeta-openembedded-85ea0d3a77f1390af5744959c7da0e13470ca81a.tar.gz
python3-setuptools-rust-native: Define PIP_INSTALL_PACKAGE
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
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