From 7b0c8989bf6d53ac92da08e8662e30e1f3204b5e Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 25 Feb 2022 10:55:51 -0800 Subject: python3-pyruvate: fix wheel build Like python3-setuptools-rust-native, the wheel is being built in ${S}/dist rather than ${B}/dist so set PIP_INSTALL_DIST_PATH accordingly. Signed-off-by: Tim Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb b/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb index b83302d44..4429e4c32 100644 --- a/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb @@ -14,6 +14,8 @@ S = "${WORKDIR}/pyruvate-${PV}" inherit pypi setuptools3_rust +PIP_INSTALL_DIST_PATH = "${S}/dist" + # crossbeam-* -> std::sync::atomic AtomicI64, AtomicU64 # not supported on mips/powerpc with 32-bit pointers # https://doc.rust-lang.org/std/sync/atomic/#portability -- cgit v1.2.3-54-g00ecf