mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
8fd651c7ef
commit
fd27fe6bb8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user