aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2017-01-30 09:03:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:25 +0100
commite8d5a1bb6a022172246f095aca0979ab5a6bd2ed (patch)
tree8383d01c2d2be733361822282a2e39afccf40ff4 /meta-python/recipes-devtools
parent63bdd4f51c46c18e6579d2b9f3d373c65238e306 (diff)
downloadmeta-openembedded-contrib-e8d5a1bb6a022172246f095aca0979ab5a6bd2ed.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-pyyaml.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc
index 41321ca401..a3cf677f4f 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml.inc
+++ b/meta-python/recipes-devtools/python/python-pyyaml.inc
@@ -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