mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python3-redis: fix coding style
Don't use PYTHON_PN, order includes alphabetically and 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
cf77af2bc5
commit
76038158de
|
|
@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-cryptography \
|
||||
${PYTHON_PN}-packaging \
|
||||
${PYTHON_PN}-asyncio \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-asyncio \
|
||||
python3-cryptography \
|
||||
python3-datetime \
|
||||
python3-packaging \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user