python3-lru-dict: switch to PEP-517 build backend

- The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend.
- There is no need to set SRC_URI with PYPI_SRC_URI, it is already used by default in the pypi class.

Fix:

WARNING: python3-lru-dict-1.3.0-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>
This commit is contained in:
alperak 2024-08-07 15:54:35 +03:00 committed by Khem Raj
parent 8fd651c7ef
commit fd27fe6bb8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -6,6 +6,4 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9d10a486ee04034fdef5162fd791f153"
SRC_URI[sha256sum] = "54fd1966d6bd1fcde781596cb86068214edeebff1db13a2cea11079e3fd07b6b"
inherit pypi setuptools3
SRC_URI += "${PYPI_SRC_URI}"
inherit pypi python_setuptools_build_meta