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:
Tim Orling
2022-02-25 10:55:50 -08:00
committed by Khem Raj
parent efcbd827a4
commit d605093bc1

View File

@@ -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 \