diff mbox series

[meta-python,3/4] python3-pytest-unordered: new recipe

Message ID 20240524174344.2105779-3-t.f.g.geelen@gmail.com
State Accepted
Headers show
Series [meta-python,1/4] python3-pytest-freezer: new recipe | expand

Commit Message

Tom Geelen May 24, 2024, 5:43 p.m. UTC
pytest plugin to Test equality of unordered sequences
---
 .../python/python3-pytest-unordered_0.6.0.bb         | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb
diff mbox series

Patch

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.6.0.bb
new file mode 100644
index 000000000..bf1420cf9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb
@@ -0,0 +1,12 @@ 
+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] = "f61b4f6e06a60a92db50968954efac93e2f584290a49f53ad135e3f32f57e02a"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} += "python3-pytest"
+
+BBCLASSEXTEND = "native nativesdk"