blob: 3524d4d0c32faa3698460b2df955e4a230f722f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "pytest plugin for test sequence."
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=759a21ef176b699c267d76f658c38340"
SRC_URI[sha256sum] = "5dd6b929fbd7eaa6d0ee07586f65c623babb0afe72b4843c5f15055d6b3b1b1f"
PYPI_PACKAGE = "pytest-order"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += " \
${PYTHON_PN}-pytest \
"
BBCLASSEXTEND = "native nativesdk"
|