blob: aedffe15f3fbe8ca41816f7870e79f25ad6033ab [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 Bishop1a4b7ee2018-12-16 17:11:34 -08008SRC_URI[md5sum] = "45409cbfa3927bdd2f3ee914dd5b1060"
9SRC_URI[sha256sum] = "ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277"
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"