blob: ddeedc6c85aabff2eb193f53f756fda88750706e [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "World timezone definitions, modern and historical"
2HOMEPAGE = "http://pythonhosted.org/pytz"
3LICENSE = "MIT"
Brad Bishop316dfdd2018-06-25 12:45:53 -04004LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4878a915709225bceab739bdc2a18e8d"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
6inherit pypi
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007
Brad Bishop26bdd442019-08-16 17:08:17 -04008SRC_URI[md5sum] = "8c21963449c3a793aa61ef122e171516"
9SRC_URI[sha256sum] = "26c0b32e437e54a18161324a2fca3c4b9846b74a8dccddd843113109e1116b32"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
11RDEPENDS_${PN}_class-target += "\
12 ${PYTHON_PN}-datetime \
Brad Bishop316dfdd2018-06-25 12:45:53 -040013 ${PYTHON_PN}-doctest \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014 ${PYTHON_PN}-io \
Brad Bishop316dfdd2018-06-25 12:45:53 -040015 ${PYTHON_PN}-pickle \
16 ${PYTHON_PN}-pprint \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050017 ${PYTHON_PN}-threading \
18"
19
20BBCLASSEXTEND = "native nativesdk"