mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-07 23:47:21 +00:00
d47873c513
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 <khem.raj@oss.qualcomm.com>
12 lines
377 B
BlitzBasic
12 lines
377 B
BlitzBasic
SUMMARY = "A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=627dc9a75d5dcc4759b26bacf13a4c46"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI[sha256sum] = "292052fe80923aae2260c073f822ceba21f3872ced9a68bb7953b348e561179a"
|
|
|
|
DEPENDS += "python3-mypy-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|