mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
python3-psutil: use python_setuptools_build_meta build class
This package can be built using pep517 classes now. (From OE-Core rev: 3baeb5da732f9320264a8eb4fcc3e026311da06e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
58f4e9e4d7
commit
ee2ded1edf
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.org/project/psutil/"
|
||||
|
||||
SRC_URI[sha256sum] = "8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2"
|
||||
|
||||
inherit pypi setuptools3
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user