From 2002f6f243195dc908d9e2957988ee5f2231c863 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 --- 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 b83302d44c..4429e4c32a 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 1.2.3-korg