mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python-pyyaml: add dependency on python
Python is required in order to build the cython parts. Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
63bdd4f51c
commit
e8d5a1bb6a
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.pyyaml.org"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17"
|
||||
DEPENDS = "libyaml ${PYTHON_PN}-cython-native"
|
||||
DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
|
||||
|
||||
PYPI_PACKAGE = "PyYAML"
|
||||
inherit pypi
|
||||
|
||||
Reference in New Issue
Block a user