diff options
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.bb | 10 |
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 | |||
13 | PACKAGES =+ "${PN}-zoneinfo" | 13 | PACKAGES =+ "${PN}-zoneinfo" |
14 | FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" | 14 | FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
15 | 15 | ||
16 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 16 | DEPENDS += "python3-setuptools-scm-native" |
17 | 17 | ||
18 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${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 | ||
25 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |