aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pluggy.inc
blob: c9bee628745ddf704bd1286cdd12ec966f8082db (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Plugin and hook calling mechanisms for python"
HOMEPAGE = "https://github.com/pytest-dev/pluggy"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"

SRC_URI[md5sum] = "e986647f5d786c0cc1bd065cf9bac658"
SRC_URI[sha256sum] = "0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc"

DEPENDS += "${PYTHON_PN}-setuptools-scm-native"

inherit pypi