From 8e83799d0ef2cd623be859d0d73b6955f1551e04 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 13 Jul 2025 17:09:42 +0200 Subject: python3-pytest-unordered: 0.6.0 -> 0.7.0 Update PYPI_PACKAGE as the package naming has changed Signed-off-by: Khem Raj --- .../python/python3-pytest-unordered_0.7.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb new file mode 100644 index 0000000000..36b8a5dcd0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Test equality of unordered collections in pytest" +HOMEPAGE = "https://github.com/utapyngo/pytest-unordered" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e" + +SRC_URI[sha256sum] = "0f953a438db00a9f6f99a0f4727f2d75e72dd93319b3d548a97ec9db4903a44f" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-pytest" + +BBCLASSEXTEND = "native nativesdk" + +PYPI_PACKAGE = "pytest_unordered" -- cgit v1.2.3-54-g00ecf