| Message ID | 20260729055553.3633678-2-khem.raj@oss.qualcomm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,1/2] python3-black: Extend to native and nativesdk | expand |
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"