python3-pytest-xdist: add UPSTREAM_CHECK_PYPI_PACKAGE

Add UPSTREAM_CHECK_PYPI_PACKAGE to check the correct latest stable
verison.

Before the patch:
$ devtool latest-version python3-pytest-xdist
INFO: Current version: 3.8.0
INFO: Latest version: 3.5.0

After the patch:
$ devtool latest-version python3-pytest-xdist
INFO: Current version: 3.8.0
INFO: Latest version: 3.8.0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2025-11-13 10:58:53 +08:00 committed by Khem Raj
parent 36646f4b2a
commit 1716d9e5d2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,3 +15,4 @@ RDEPENDS:${PN} += " \
"
PYPI_PACKAGE = "pytest_xdist"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"