summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-isodate_0.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-isodate_0.6.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-isodate_0.6.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta/recipes-devtools/python/python3-isodate_0.6.1.bb
new file mode 100644
index 0000000000..293fb08277
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-isodate_0.6.1.bb
@@ -0,0 +1,16 @@
1SUMMARY = "ISO 8601 date/time parser"
2HOMEPAGE = "https://github.com/gweis/isodate/"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
6
7SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
12 python3-numbers \
13 python3-six \
14"
15
16BBCLASSEXTEND = "native nativesdk"