diff mbox series

[meta-python,2/7] python3-annotated-types: Add native and nativesdk

Message ID 20250129114039.3562870-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/7] python3-scikit-build-core: Use PYTHON_INCLUDE_DIR | expand

Commit Message

Leon Anavi Jan. 29, 2025, 11:40 a.m. UTC
To build python3-lief we need python3-pydantic-native.
To build python3-pydantic-native we need python3-annotated-types-native.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-annotated-types_0.7.0.bb    | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb b/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb
index 7b1bb11a1e..79e26e7ae3 100644
--- a/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb
@@ -14,3 +14,5 @@  UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 inherit pypi python_hatchling
 
 RDEPENDS:${PN} = "python3-typing-extensions"
+
+BBCLASSEXTEND = "native nativesdk"