diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-01-29 13:40:34 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-29 17:43:04 -0800 |
| commit | 7ff41d250ebfddaac67285d55abe090e3865be0f (patch) | |
| tree | f210c0f3d202d8e04fee75aebbd95e7ec42b5eb8 | |
| parent | 0d3d116edb2adb6fc8b53308aaa744c1232c6b20 (diff) | |
| download | meta-openembedded-7ff41d250ebfddaac67285d55abe090e3865be0f.tar.gz | |
python3-annotated-types: Add native and nativesdk
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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}" | |||
| 14 | inherit pypi python_hatchling | 14 | inherit pypi python_hatchling |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} = "python3-typing-extensions" | 16 | RDEPENDS:${PN} = "python3-typing-extensions" |
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
