aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-25 10:55:50 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-25 13:00:14 -0800
commitf82b518cb64005962dfdd789849dd4356a67d8cf (patch)
tree442fc4d25ebc6c8aede8a996b2bd32d7f864454c
parent224eff9a28a4489504178621287b33f148a9f54a (diff)
downloadmeta-openembedded-contrib-f82b518cb64005962dfdd789849dd4356a67d8cf.tar.gz
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 <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-cryptography_36.0.1.bb2
1 files changed, 2 insertions, 0 deletions
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 \