SPEC-3723: restructure meta-agl-demo
[AGL/meta-agl-demo.git] / recipes-devtools / python / python3-pytest-reverse_1.0.1.bb
1 DESCRIPTION = "pytest-reverse is a pytest plugin to reverse test order"
2 HOMEPAGE = "https://github.com/adamchainz/pytest-reverse"
3 LICENSE = "BSD-3-Clause"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=caf1f407ae86ecd57ab721dff94079b7"
5
6 SRC_URI[sha256sum] = "40cbc47df8a262fed778e500f4d0b17d2d08ef8b9fbf899c0bab9488be192aac"
7
8 inherit pypi setuptools3
9
10 DEPENDS += "${PYTHON_PN}-pytest-native"
11
12 BBCLASSEXTEND = "native"