mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:19:22 +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:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user