diff options
author | Tom Geelen <t.f.g.geelen@gmail.com> | 2025-07-13 17:09:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-13 09:46:11 -0700 |
commit | 8e83799d0ef2cd623be859d0d73b6955f1551e04 (patch) | |
tree | c619964e46c137d59650d53b2fdba9e6caa03889 /meta-python | |
parent | 43ddb625ce05a15945c987698e4060656dbc5a12 (diff) | |
download | meta-openembedded-8e83799d0ef2cd623be859d0d73b6955f1551e04.tar.gz |
python3-pytest-unordered: 0.6.0 -> 0.7.0
Update PYPI_PACKAGE as the package naming has changed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb index bf1420cf93..36b8a5dcd0 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb | |||
@@ -3,10 +3,12 @@ HOMEPAGE = "https://github.com/utapyngo/pytest-unordered" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "f61b4f6e06a60a92db50968954efac93e2f584290a49f53ad135e3f32f57e02a" | 6 | SRC_URI[sha256sum] = "0f953a438db00a9f6f99a0f4727f2d75e72dd93319b3d548a97ec9db4903a44f" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += "python3-pytest" | 10 | RDEPENDS:${PN} += "python3-pytest" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | |||
14 | PYPI_PACKAGE = "pytest_unordered" | ||