mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-02 10:20: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"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user