mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
74e076b277
commit
b763bcfdbe
@@ -12,9 +12,9 @@ inherit pypi setuptools3
|
|||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
${PYTHON_PN}-dateutil \
|
python3-dateutil \
|
||||||
${PYTHON_PN}-tzlocal \
|
python3-ruamel-yaml \
|
||||||
${PYTHON_PN}-ruamel-yaml \
|
python3-tzlocal \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra
|
# Ommitted python3-convertdate, python3-jdatetime python3-umalqurra
|
||||||
|
|||||||
Reference in New Issue
Block a user