Add dependency on setuptools-scm-native License update: remove space at end of line and blank lines at end of file.
Signed-off-by: Yuan Chao <[email protected]> --- meta-python/recipes-devtools/python/python-pluggy.inc | 8 +++++--- .../{python-pluggy_0.6.0.bb => python-pluggy_0.12.0.bb} | 0 .../{python3-pluggy_0.6.0.bb => python3-pluggy_0.12.0.bb} | 0 3 files changed, 5 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python-pluggy_0.6.0.bb => python-pluggy_0.12.0.bb} (100%) rename meta-python/recipes-devtools/python/{python3-pluggy_0.6.0.bb => python3-pluggy_0.12.0.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pluggy.inc b/meta-python/recipes-devtools/python/python-pluggy.inc index 320359aa6..c9bee6287 100644 --- a/meta-python/recipes-devtools/python/python-pluggy.inc +++ b/meta-python/recipes-devtools/python/python-pluggy.inc @@ -1,9 +1,11 @@ SUMMARY = "Plugin and hook calling mechanisms for python" HOMEPAGE = "https://github.com/pytest-dev/pluggy" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=338dad807ed9337bfaeb9979c3bfe20f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2" -SRC_URI[md5sum] = "ffdde7c3a5ba9a440404570366ffb6d5" -SRC_URI[sha256sum] = "7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff" +SRC_URI[md5sum] = "e986647f5d786c0cc1bd065cf9bac658" +SRC_URI[sha256sum] = "0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pluggy_0.6.0.bb b/meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-pluggy_0.6.0.bb rename to meta-python/recipes-devtools/python/python-pluggy_0.12.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pluggy_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pluggy_0.6.0.bb rename to meta-python/recipes-devtools/python/python3-pluggy_0.12.0.bb -- 2.17.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
