diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-13 10:58:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-12 22:46:03 -0800 |
| commit | 36646f4b2ad0864bafc6dd734758e51540f6047d (patch) | |
| tree | 237273075ee219b346278252d86de4922eff851b /meta-python/recipes-devtools/python/python3-pytest-timeout_2.4.0.bb | |
| parent | fce6a3edada5e322176dbb950b39614d7661ee09 (diff) | |
| download | meta-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.bb | 1 |
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 | |||
| 10 | RDEPENDS:${PN} = "python3-pytest" | 10 | RDEPENDS:${PN} = "python3-pytest" |
| 11 | 11 | ||
| 12 | PYPI_PACKAGE = "pytest_timeout" | 12 | PYPI_PACKAGE = "pytest_timeout" |
| 13 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
