rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "World timezone definitions, modern and historical" |
| 2 | HOMEPAGE = "http://pythonhosted.org/pytz" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4878a915709225bceab739bdc2a18e8d" |
| 5 | |
| 6 | inherit pypi |
| 7 | |
| 8 | SRC_URI[md5sum] = "45409cbfa3927bdd2f3ee914dd5b1060" |
| 9 | SRC_URI[sha256sum] = "ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277" |
| 10 | |
| 11 | RDEPENDS_${PN}_class-target += "\ |
| 12 | ${PYTHON_PN}-datetime \ |
| 13 | ${PYTHON_PN}-doctest \ |
| 14 | ${PYTHON_PN}-io \ |
| 15 | ${PYTHON_PN}-pickle \ |
| 16 | ${PYTHON_PN}-pprint \ |
| 17 | ${PYTHON_PN}-threading \ |
| 18 | " |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |