From 85ddfbf258192a2f0e3f4b4a8ae3aab39e279376 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Jun 2020 13:30:11 +0300 Subject: python3-iso8601: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-iso8601_0.1.12.bb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb') diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb index 4a332b53b..74b5bdcb8 100644 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.12.bb @@ -1,2 +1,16 @@ +SUMMARY = "Simple module to parse ISO 8601 dates" +HOMEPAGE = "http://pyiso8601.readthedocs.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" + +SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" +SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" + inherit pypi setuptools3 -require python-iso8601.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf