[meta-python,2/4] python3-setuptools-rust-native: Define PIP_INSTALL_PACKAGE

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

Commit Message

Khem Raj March 2, 2022, 1:22 a.m. UTC
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(-)

Patch

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"