python-iso8601: add datetime to RDEPENDS

Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Derek Straka
2018-03-20 09:09:59 -04:00
committed by Armin Kuster
parent 5068ca7fe7
commit f9cde71db9

View File

@@ -6,4 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6" SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6"
SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82"
RDEPENDS_${PN} += "\
${PYTHON_PN}-datetime \
"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"