summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-13 10:58:52 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 22:46:03 -0800
commit36646f4b2ad0864bafc6dd734758e51540f6047d (patch)
tree237273075ee219b346278252d86de4922eff851b /meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb
parentfce6a3edada5e322176dbb950b39614d7661ee09 (diff)
downloadmeta-openembedded-36646f4b2ad0864bafc6dd734758e51540f6047d.tar.gz
python3-pytest-timeout: 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-timeout INFO: Current version: 2.4.0 INFO: Latest version: 2.3.1 After the patch: $ devtool latest-version python3-pytest-timeout INFO: Current version: 2.4.0 INFO: Latest version: 2.4.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb
index a376d02e38..6d7901f5e7 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb
@@ -10,3 +10,4 @@ inherit pypi python_setuptools_build_meta
10RDEPENDS:${PN} = "python3-pytest" 10RDEPENDS:${PN} = "python3-pytest"
11 11
12PYPI_PACKAGE = "pytest_timeout" 12PYPI_PACKAGE = "pytest_timeout"
13UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"