blob: 519487f49108c65578caf8a91ae2f30673742320 [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 Bishop316dfdd2018-06-25 12:45:53 -04008SRC_URI[md5sum] = "f054437920c895dd14a4509fabafe029"
9SRC_URI[sha256sum] = "c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749"
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"