diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-iso8601.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-iso8601.inc b/meta-python/recipes-devtools/python/python-iso8601.inc index 45da75f6b9..61e9abbac6 100644 --- a/meta-python/recipes-devtools/python/python-iso8601.inc +++ b/meta-python/recipes-devtools/python/python-iso8601.inc | |||
@@ -6,4 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844" | |||
6 | SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" | 6 | SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" |
7 | SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" | 7 | SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "\ | ||
10 | ${PYTHON_PN}-datetime \ | ||
11 | " | ||
12 | |||
9 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |