summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb12
1 files changed, 12 insertions, 0 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.6.0.bb
new file mode 100644
index 0000000000..bf1420cf93
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Test equality of unordered collections in pytest"
2HOMEPAGE = "https://github.com/utapyngo/pytest-unordered"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fcd3af2d38a4d4dfd5138c6f163dbe2e"
5
6SRC_URI[sha256sum] = "f61b4f6e06a60a92db50968954efac93e2f584290a49f53ad135e3f32f57e02a"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "python3-pytest"
11
12BBCLASSEXTEND = "native nativesdk"