From b763bcfdbecc05f455d68228c0158714a7a2ca13 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:39:15 +0200 Subject: python3-dateparser: fix coding style Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb') diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb index 67b82940bf..13e8b184d9 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb @@ -12,9 +12,9 @@ inherit pypi setuptools3 CLEANBROKEN = "1" RDEPENDS:${PN} += " \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-tzlocal \ - ${PYTHON_PN}-ruamel-yaml \ + python3-dateutil \ + python3-ruamel-yaml \ + python3-tzlocal \ " -# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra +# Ommitted python3-convertdate, python3-jdatetime python3-umalqurra -- cgit v1.2.3-54-g00ecf