summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb
index e281f0f285..c8e8a45c98 100644
--- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb
@@ -13,13 +13,13 @@ inherit pypi python_setuptools_build_meta
13PACKAGES =+ "${PN}-zoneinfo" 13PACKAGES =+ "${PN}-zoneinfo"
14FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" 14FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
15 15
16DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 16DEPENDS += "python3-setuptools-scm-native"
17 17
18RDEPENDS:${PN} = "\ 18RDEPENDS:${PN} = "\
19 ${PYTHON_PN}-datetime \ 19 python3-datetime \
20 ${PYTHON_PN}-numbers \ 20 python3-numbers \
21 ${PYTHON_PN}-six \ 21 python3-six \
22 ${PYTHON_PN}-stringold \ 22 python3-stringold \
23" 23"
24 24
25BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"