mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
558 B
PHP
20 lines
558 B
PHP
SUMMARY = "World timezone definitions, modern and historical"
|
|
HOMEPAGE = "http://pythonhosted.org/pytz"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=39ea92752a35cf67d8a885d8e3af3c69"
|
|
|
|
inherit pypi
|
|
|
|
SRC_URI[md5sum] = "abb07c09c79f78d7c04f222a550c99ef"
|
|
SRC_URI[sha256sum] = "410bcd1d6409026fbaa65d9ed33bf6dd8b1e94a499e32168acfc7b332e4095c0"
|
|
|
|
RDEPENDS_${PN}_class-target += "\
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-doctest \
|
|
${PYTHON_PN}-io \
|
|
${PYTHON_PN}-pprint \
|
|
${PYTHON_PN}-threading \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|