mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
python3-pytz: upgrade 2022.6 -> 2022.7
(From OE-Core rev: d17ba9fd183a2f149cf1d4be12c71be92925e7e1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0ed2774c49
commit
74bd90dbd3
35
meta/recipes-devtools/python/python3-pytz_2022.7.bb
Normal file
35
meta/recipes-devtools/python/python3-pytz_2022.7.bb
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY = "World timezone definitions, modern and historical"
|
||||
HOMEPAGE = "http://pythonhosted.org/pytz"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999"
|
||||
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
SRC_URI[sha256sum] = "7ccfae7b4b2c067464a6733c6261673fdb8fd1be905460396b97a073e9fa683a"
|
||||
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
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}/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user