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>
This commit is contained in:
Khem Raj
2022-03-01 17:10:44 -08:00
parent 85848a20be
commit 85ea0d3a77

View File

@@ -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"