| SUMMARY = "World timezone definitions, modern and historical" |
| HOMEPAGE = "http://pythonhosted.org/pytz" |
| LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999" |
| inherit pypi setuptools3 ptest |
| SRC_URI[sha256sum] = "2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812" |
| RDEPENDS:${PN}:class-target += "\ |
| BBCLASSEXTEND = "native nativesdk" |
| RDEPENDS:${PN}-ptest += " \ |
| python3-unittest-automake-output \ |
| install -d ${D}${PTEST_PATH}/pytz |
| install -d ${D}${PTEST_PATH}/pytz/tests |
| cp -rf ${S}/pytz/tests/* ${D}${PTEST_PATH}/pytz/tests/ |
| cp -f ${S}/README.rst ${D}${PTEST_PATH}/ |