summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pytz_2023.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytz_2023.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pytz_2023.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python3-pytz_2023.4.bb b/meta/recipes-devtools/python/python3-pytz_2023.4.bb
index c2e8e3707a..78d2b323de 100644
--- a/meta/recipes-devtools/python/python3-pytz_2023.4.bb
+++ b/meta/recipes-devtools/python/python3-pytz_2023.4.bb
@@ -8,12 +8,12 @@ inherit pypi setuptools3 ptest
8SRC_URI[sha256sum] = "31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40" 8SRC_URI[sha256sum] = "31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40"
9 9
10RDEPENDS:${PN}:class-target += "\ 10RDEPENDS:${PN}:class-target += "\
11 ${PYTHON_PN}-datetime \ 11 python3-datetime \
12 ${PYTHON_PN}-doctest \ 12 python3-doctest \
13 ${PYTHON_PN}-io \ 13 python3-io \
14 ${PYTHON_PN}-pickle \ 14 python3-pickle \
15 ${PYTHON_PN}-pprint \ 15 python3-pprint \
16 ${PYTHON_PN}-threading \ 16 python3-threading \
17" 17"
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"
@@ -23,8 +23,8 @@ SRC_URI += " \
23" 23"
24 24
25RDEPENDS:${PN}-ptest += " \ 25RDEPENDS:${PN}-ptest += " \
26 ${PYTHON_PN}-pytest \ 26 python3-pytest \
27 ${PYTHON_PN}-unittest-automake-output \ 27 python3-unittest-automake-output \
28" 28"
29 29
30do_install_ptest() { 30do_install_ptest() {