diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-19 19:39:15 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-21 07:30:59 -0700 |
| commit | d2656956d951589304b867e35a9b7741c7a75ecf (patch) | |
| tree | 66184f0d230559c9965806f582020f10f7704bc8 /meta-python/recipes-devtools/python/python3-tox_4.53.1.bb | |
| parent | b71b3e83fd3debfbd3c6b4f34d9b18824a65f4db (diff) | |
| download | meta-openembedded-d2656956d951589304b867e35a9b7741c7a75ecf.tar.gz | |
python3-tox: upgrade 4.53.1 -> 4.54.0
Changelog:
===========
- test(conftest): strip broken nspkg.pth files under py3.15
- feat(packaging): declare tox.pytest deps via a testing extra
- fix(schema): cover every replace form in the TOML schema
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tox_4.53.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tox_4.53.1.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.53.1.bb b/meta-python/recipes-devtools/python/python3-tox_4.53.1.bb deleted file mode 100644 index b3fe030c6c..0000000000 --- a/meta-python/recipes-devtools/python/python3-tox_4.53.1.bb +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # SPDX-License-Identifier: MIT | ||
| 2 | # Copyright (C) 2023 iris-GmbH infrared & intelligent sensors | ||
| 3 | |||
| 4 | SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi)." | ||
| 5 | HOMEPAGE = "https://tox.readthedocs.org/" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "7be9805ed4a34242510c7acc9a7e3a01a35942e08f31f8bd69067c3a37130afc" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | inherit pypi python_hatchling | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python3-hatch-vcs-native \ | ||
| 16 | python3-docutils-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += "\ | ||
| 20 | python3-cachetools \ | ||
| 21 | python3-chardet \ | ||
| 22 | python3-colorama \ | ||
| 23 | python3-filelock \ | ||
| 24 | python3-packaging \ | ||
| 25 | python3-platformdirs \ | ||
| 26 | python3-pluggy \ | ||
| 27 | python3-pyproject-api \ | ||
| 28 | python3-tomli \ | ||
| 29 | python3-virtualenv \ | ||
| 30 | " | ||
| 31 | |||
| 32 | # Install all built-in python3 modules, as the software tested with tox might | ||
| 33 | # depend on it. Tox will attempt to install all required dependencies | ||
| 34 | # in a virtualenv using pip, but this obviously does not include the built-in modules. | ||
| 35 | RDEPENDS:${PN} += "python3-modules" | ||
