blob: 928dbc00ced6c812d348c405bf1ed0c8fea9fdc6 [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 Bishopc342db32019-05-15 21:57:59 -04008SRC_URI[md5sum] = "8b2860a161bfb0a6165798b1a2d8c40c"
9SRC_URI[sha256sum] = "d747dd3d23d77ef44c6a3526e274af6efeb0a6f1afd5a69ba4d5be4098c8e141"
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"