python3-eventlet: switch to PEP-517 build backend

The project has a proper pyproject.toml which declares the hatchling.build PEP-517 backend.

Fix:

WARNING: python3-eventlet-0.36.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with hatchling.build, use the correct class [pep517-backend]

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak
2024-08-07 14:00:53 +03:00
committed by Khem Raj
parent 5605dbbe74
commit 19affc7a21

View File

@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
SRC_URI[sha256sum] = "d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5"
inherit pypi setuptools3
inherit pypi python_hatchling
DEPENDS += "python3-hatch-vcs-native"
RDEPENDS:${PN} += " \
python3-dnspython \