blob: b4edea002b4eb6f826c1ce98bc945eb67760beb5 [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 Bishop6a62e0e2019-10-21 08:11:42 -04008SRC_URI[md5sum] = "c3d84a465fc56a4edd52cca8873ac0df"
9SRC_URI[sha256sum] = "b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"
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"