diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 00:56:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:37 -0700 |
| commit | 381ead81f928c8c87f6138bb3bf5d2c2b714c88b (patch) | |
| tree | e479437d9559f258880aa5e790df01ee9827d84c /meta-python/recipes-devtools/python/python3-pytz_2021.1.bb | |
| parent | 8954708be62e4bcd0d9596162fee398bca242443 (diff) | |
| download | meta-openembedded-381ead81f928c8c87f6138bb3bf5d2c2b714c88b.tar.gz | |
python3-pytz: update to 2021.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytz_2021.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytz_2021.1.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb b/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb deleted file mode 100644 index dc51966901..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 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=1a67fc46c1b596cce5d21209bbe75999" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 ptest | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "8c849bdf95414fe708a84473e42d4406" | ||
| 9 | SRC_URI[sha256sum] = "83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" | ||
| 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" | ||
| 21 | |||
| 22 | SRC_URI += " \ | ||
| 23 | file://run-ptest \ | ||
| 24 | " | ||
| 25 | |||
| 26 | RDEPENDS:${PN}-ptest += " \ | ||
| 27 | ${PYTHON_PN}-pytest \ | ||
| 28 | " | ||
| 29 | |||
| 30 | do_install_ptest() { | ||
| 31 | install -d ${D}${PTEST_PATH}/pytz | ||
| 32 | install -d ${D}${PTEST_PATH}/pytz/tests | ||
| 33 | cp -rf ${S}/pytz/tests/* ${D}${PTEST_PATH}/pytz/tests/ | ||
| 34 | cp -f ${S}/README.rst ${D}${PTEST_PATH}/ | ||
| 35 | |||
| 36 | } | ||
