mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

- The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. - python3-greenlet was supposed to be native because of the python3-gevent build. It's python3-gevent's dependency. Fix: WARNING: python3-greenlet-3.0.3-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
466 B
BlitzBasic
12 lines
466 B
BlitzBasic
SUMMARY = "Python lightweight in-process concurrent programming"
|
|
HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/"
|
|
LICENSE = "MIT & PSF-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
|
|
file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
|
|
|
|
SRC_URI[sha256sum] = "43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|