diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-pytest_8.4.1.bb (renamed from meta/recipes-devtools/python/python3-pytest_8.3.5.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest_8.3.5.bb b/meta/recipes-devtools/python/python3-pytest_8.4.1.bb index 4d4e8b8511..1f98b6d87e 100644 --- a/meta/recipes-devtools/python/python3-pytest_8.3.5.bb +++ b/meta/recipes-devtools/python/python3-pytest_8.4.1.bb | |||
| @@ -5,21 +5,23 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" |
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" | 8 | SRC_URI[sha256sum] = "7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" |
| 9 | 9 | ||
| 10 | DEPENDS += "python3-setuptools-scm-native" | 10 | DEPENDS += "python3-setuptools-scm-native" |
| 11 | 11 | ||
| 12 | inherit update-alternatives pypi python_setuptools_build_meta | 12 | inherit update-alternatives pypi python_setuptools_build_meta |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
| 15 | python3-xml \ | 15 | python3-colorama \ |
| 16 | python3-debugger \ | 16 | python3-debugger \ |
| 17 | python3-doctest \ | 17 | python3-doctest \ |
| 18 | python3-iniconfig \ | 18 | python3-iniconfig \ |
| 19 | python3-json \ | 19 | python3-json \ |
| 20 | python3-packaging \ | 20 | python3-packaging \ |
| 21 | python3-pluggy \ | 21 | python3-pluggy \ |
| 22 | python3-pygments \ | ||
| 22 | python3-tomllib \ | 23 | python3-tomllib \ |
| 24 | python3-xml \ | ||
| 23 | " | 25 | " |
| 24 | 26 | ||
| 25 | ALTERNATIVE:${PN} += "py.test pytest" | 27 | ALTERNATIVE:${PN} += "py.test pytest" |
