diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
| commit | ee2ded1edf2f7b37c0c0a3aad081b3813af28d59 (patch) | |
| tree | a63d0f5a44ada9d00da312e7446d3d1115e01299 /meta/recipes-devtools/python | |
| parent | 58f4e9e4d7d4722439c7298b9c7b423f9d6f3458 (diff) | |
| download | poky-ee2ded1edf2f7b37c0c0a3aad081b3813af28d59.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-psutil_6.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-psutil_6.0.0.bb b/meta/recipes-devtools/python/python3-psutil_6.0.0.bb index 9b77ec4005..30b4df6bd0 100644 --- a/meta/recipes-devtools/python/python3-psutil_6.0.0.bb +++ b/meta/recipes-devtools/python/python3-psutil_6.0.0.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.org/project/psutil/" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2" | 6 | SRC_URI[sha256sum] = "8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
| 10 | PACKAGES =+ "${PN}-tests" | 10 | PACKAGES =+ "${PN}-tests" |
| 11 | 11 | ||
