summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-unordered_0.8.0.bb
blob: 293d193f7ce3f7cc1d44bf54f56bb1be70378f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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] = "3c369ed86919d3eb35e11fd27bb679c1e3506ead9327e25aa8a07307256be65a"

inherit pypi setuptools3

RDEPENDS:${PN} += "python3-pytest"

BBCLASSEXTEND = "native nativesdk"

PYPI_PACKAGE = "pytest_unordered"