From 1716d9e5d2db377941ada2a04968d2709f142eac Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 13 Nov 2025 10:58:53 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb index 7b340e8920..3527539f6f 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-xdist_3.8.0.bb @@ -15,3 +15,4 @@ RDEPENDS:${PN} += " \ " PYPI_PACKAGE = "pytest_xdist" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -- cgit v1.2.3-54-g00ecf