diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-25 10:55:50 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:32:19 -0800 |
commit | d605093bc16d14ddffe9eb318f73c5ae9c7c534b (patch) | |
tree | d17770be161176a1c6ef4a093bdfe8580c258ae2 /meta-python | |
parent | efcbd827a43d7ae8962ed620b0eac9f5273b3060 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cryptography_36.0.1.bb | 2 |
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 | ||
21 | inherit pypi setuptools3_rust | 21 | inherit pypi setuptools3_rust |
22 | 22 | ||
23 | PIP_INSTALL_DIST_PATH = "${S}/dist" | ||
24 | |||
23 | DEPENDS += " \ | 25 | DEPENDS += " \ |
24 | ${PYTHON_PN}-asn1crypto-native \ | 26 | ${PYTHON_PN}-asn1crypto-native \ |
25 | ${PYTHON_PN}-cffi-native \ | 27 | ${PYTHON_PN}-cffi-native \ |