[meta-python][PATCH 2/2] python3-pytokens: Extend to native and nativesdk
Khem Raj <[email protected]> Tue, 28 Jul 2026 22:55:53 -0700
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Khem Raj <[email protected]> python3-black RDEPENDS on python3-pytokens, so extending black to native and nativesdk only moves the "Nothing RPROVIDES" warning one level down unless pytokens is extended as well. pytokens has no runtime dependencies of its own and only needs python3-mypy-native to build, so it is safe to extend. Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb index 0772b48f35..d0c3875eee 100644 --- a/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytokens_0.4.1.bb @@ -7,3 +7,5 @@ inherit pypi python_setuptools_build_meta SRC_URI[sha256sum] = "292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a" DEPENDS += "python3-mypy-native" + +BBCLASSEXTEND = "native nativesdk"