diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pytest_7.0.0.bb (renamed from meta/recipes-devtools/python/python3-pytest_6.2.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest_6.2.5.bb b/meta/recipes-devtools/python/python3-pytest_7.0.0.bb index 0d8fdf6373..a68b452a0a 100644 --- a/meta/recipes-devtools/python/python3-pytest_6.2.5.bb +++ b/meta/recipes-devtools/python/python3-pytest_7.0.0.bb | |||
@@ -3,9 +3,9 @@ HOMEPAGE = "https://pypi.org/project/pytest/" | |||
3 | DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries." | 3 | DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries." |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" | 8 | SRC_URI[sha256sum] = "dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11" |
9 | 9 | ||
10 | DEPENDS = "python3-setuptools-scm-native" | 10 | DEPENDS = "python3-setuptools-scm-native" |
11 | 11 | ||