summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-unordered_0.7.0.bb14
1 files changed, 14 insertions, 0 deletions
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 @@
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] = "0f953a438db00a9f6f99a0f4727f2d75e72dd93319b3d548a97ec9db4903a44f"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "python3-pytest"
11
12BBCLASSEXTEND = "native nativesdk"
13
14PYPI_PACKAGE = "pytest_unordered"