Message ID | 20220302012228.2337827-2-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/4] python3-pytest-runner: Define PIP_INSTALL_PACKAGE | expand |
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 # For some reason the wheel is built in ${S} not ${B} PIP_INSTALL_DIST_PATH = "${S}/dist" - +PIP_INSTALL_PACKAGE = "setuptools_rust" DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../python/python3-setuptools-rust-native_1.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)