mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-parsimonious: Switch to PEP-517 build backend
It has pyproject.toml asking for setuptools.build.meta backend Fixes QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
940c916c74
commit
dabe41647f
|
|
@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
|
|||
|
||||
SRC_URI[sha256sum] = "e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5cad2a9"
|
||||
|
||||
inherit pypi setuptools3
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "python3-regex"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user