summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:15 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:53 -0700
commitb763bcfdbecc05f455d68228c0158714a7a2ca13 (patch)
treefbb611ecb918296d4c1e98886c35f0a79e99af19 /meta-python
parent74e076b277db2cd8e9e1190d6f9df5249f27bcbd (diff)
downloadmeta-openembedded-b763bcfdbecc05f455d68228c0158714a7a2ca13.tar.gz
python3-dateparser: fix coding style
Stop using PYTHON_PN, order RDEPENDS alphabetically, fix whitespaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-dateparser_1.1.8.bb8
1 files changed, 4 insertions, 4 deletions
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
12CLEANBROKEN = "1" 12CLEANBROKEN = "1"
13 13
14RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-dateutil \ 15 python3-dateutil \
16 ${PYTHON_PN}-tzlocal \ 16 python3-ruamel-yaml \
17 ${PYTHON_PN}-ruamel-yaml \ 17 python3-tzlocal \
18" 18"
19 19
20# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra 20# Ommitted python3-convertdate, python3-jdatetime python3-umalqurra