summaryrefslogtreecommitdiffstats
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-28 08:32:19 -0800
commitd605093bc16d14ddffe9eb318f73c5ae9c7c534b (patch)
treed17770be161176a1c6ef4a093bdfe8580c258ae2
parentefcbd827a43d7ae8962ed620b0eac9f5273b3060 (diff)
downloadmeta-openembedded-d605093bc16d14ddffe9eb318f73c5ae9c7c534b.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> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.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 abb15381f..00791dce2 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 += " \
20 20
21inherit pypi setuptools3_rust 21inherit pypi setuptools3_rust
22 22
23PIP_INSTALL_DIST_PATH = "${S}/dist"
24
23DEPENDS += " \ 25DEPENDS += " \
24 ${PYTHON_PN}-asn1crypto-native \ 26 ${PYTHON_PN}-asn1crypto-native \
25 ${PYTHON_PN}-cffi-native \ 27 ${PYTHON_PN}-cffi-native \