| Message ID | 20260530224301.1456167-1-tim.orling@konsulko.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] python_uv_build: add PEP-517 backend class | expand |
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"