From d605093bc16d14ddffe9eb318f73c5ae9c7c534b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 25 Feb 2022 10:55:50 -0800 Subject: python3-cryptography: fix wheel build Like python3-setuptools-rust-native, this is building its wheel in ${S}/dist rather than ${B}/dist. 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-cryptography_36.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cryptography_36.0.1.bb b/meta-python/recipes-devtools/python/python3-cryptography_36.0.1.bb index abb15381f5..00791dce2d 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_36.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_36.0.1.bb @@ -20,6 +20,8 @@ SRC_URI += " \ inherit pypi setuptools3_rust +PIP_INSTALL_DIST_PATH = "${S}/dist" + DEPENDS += " \ ${PYTHON_PN}-asn1crypto-native \ ${PYTHON_PN}-cffi-native \ -- cgit v1.2.3-54-g00ecf