mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user