mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-types-psutil: add UPSTREAM_CHECK_PYPI_PACKAGE
Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable verison. Before the patch: $ devtool latest-version python3-types-psutil INFO: Current version: 7.0.0.20250601 INFO: Latest version: 6.1.0.20241102 After the patch: $ devtool latest-version python3-types-psutil INFO: Current version: 7.0.0.20250601 INFO: Latest version: 7.0.0.20251111 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3c9ccce1ed
commit
945e2abd76
|
|
@ -4,6 +4,7 @@ LICENSE = "Apache-2.0"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2"
|
||||
|
||||
PYPI_PACKAGE = "types_psutil"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user