summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pluggy_1.6.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pluggy_1.6.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb
new file mode 100644
index 0000000000..b8e4bbc75b
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pluggy_1.6.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Plugin and hook calling mechanisms for python"
2HOMEPAGE = "https://github.com/pytest-dev/pluggy"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
5
6SRC_URI[sha256sum] = "7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"
7
8DEPENDS += "python3-setuptools-scm-native"
9
10inherit pypi ptest-python-pytest python_setuptools_build_meta
11
12PTEST_PYTEST_DIR = "testing"
13
14BBCLASSEXTEND = "native nativesdk"