From ef7ddd5b2823b742f34db057f7dfb8775de6cdd0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 2 Jun 2020 13:38:15 +0300 Subject: python3-humanize: Upgrade 0.5.1 -> 2.4.0 Upgrade to release 2.4.0 and consolidate into a single file. The year in file LICENCE has been recently updated therefore the checksum has been changed but it still remains a MIT License. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-humanize.inc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-humanize.inc (limited to 'meta-python/recipes-devtools/python/python-humanize.inc') diff --git a/meta-python/recipes-devtools/python/python-humanize.inc b/meta-python/recipes-devtools/python/python-humanize.inc deleted file mode 100644 index 17a3449e73..0000000000 --- a/meta-python/recipes-devtools/python/python-humanize.inc +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Python humanize utilities" -HOMEPAGE = "http://github.com/jmoiron/humanize" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENCE;md5=d2eff82fc25dd07c919a02465884f02e" - -SRC_URI[md5sum] = "e8473d9dc1b220911cac2edd53b1d973" -SRC_URI[sha256sum] = "a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-datetime \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg