aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-dateutil_2.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-dateutil_2.8.1.bb')
-rw-r--r--recipes-devtools/python/python-dateutil_2.8.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-dateutil_2.8.1.bb b/recipes-devtools/python/python-dateutil_2.8.1.bb
index 40127e3..8ed0cbd 100644
--- a/recipes-devtools/python/python-dateutil_2.8.1.bb
+++ b/recipes-devtools/python/python-dateutil_2.8.1.bb
@@ -16,10 +16,10 @@ PYPI_PACKAGE = "python-dateutil"
inherit pypi setuptools
PACKAGES =+ "${PN}-zoneinfo"
-FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
+FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
-RDEPENDS_${PN}_class-target = "\
+RDEPENDS:${PN}:class-target = "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-numbers \
${PYTHON_PN}-six \