mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
python3-pykwalify: don't use PYTHON_PN and improve coding style
We no longer support python2. Drop PYTHON_PN and use python3 explicitly. While at it: make indentation consistent 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
59c95813d4
commit
6e280516f2
@@ -11,9 +11,9 @@ PYPI_PACKAGE = "pykwalify"
|
||||
inherit setuptools3 pypi
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-docopt \
|
||||
${PYTHON_PN}-dateutil \
|
||||
${PYTHON_PN}-ruamel-yaml \
|
||||
python3-dateutil \
|
||||
python3-docopt \
|
||||
python3-ruamel-yaml \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user