From 349797c2b1fb1c9180f21573dded08e2bf09c131 Mon Sep 17 00:00:00 2001 From: yanxk Date: Sun, 11 Sep 2022 14:08:00 +0800 Subject: meta-agl-test: provide pytest-order for framework pytest-order is now ready for the framework to use. it is now migrated into agl-test-framework. Bug-AGL: SPEC-4345 Signed-off-by: yanxk Change-Id: If5dbd30be3227086200469b394f78cc5df745317 --- .../python3-pytest-order/python3-pytest-order_1.0.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb (limited to 'meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb') diff --git a/meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb b/meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb new file mode 100644 index 00000000..3524d4d0 --- /dev/null +++ b/meta-agl-test/recipes-external/python3-pytest-order/python3-pytest-order_1.0.1.bb @@ -0,0 +1,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" -- cgit 1.2.3-korg