From: Tim Orling <[email protected]> uv_build is a slimmed down version of uv containing only the build backend. See https://pypi.org/project/uv/ and https://docs.astral.sh/uv/ for the main project package and documentation.
python3-cryptography-vectors uses the 'uv_build' backend. Signed-off-by: Tim Orling <[email protected]> --- meta/classes-recipe/python_uv_build.bbclass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/classes-recipe/python_uv_build.bbclass diff --git a/meta/classes-recipe/python_uv_build.bbclass b/meta/classes-recipe/python_uv_build.bbclass new file mode 100644 index 0000000000..9c8acdf4fd --- /dev/null +++ b/meta/classes-recipe/python_uv_build.bbclass @@ -0,0 +1,9 @@ +# +# Copyright OpenEmbedded Contributors +# +# SPDX-License-Identifier: MIT +# + +inherit python_pep517 + +DEPENDS += "python3-uv-build-native" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237776): https://lists.openembedded.org/g/openembedded-core/message/237776 Mute This Topic: https://lists.openembedded.org/mt/119569081/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
