mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user