[oe] [meta-python][PATCH] python-pyyaml: add dependency on python

Pascal Bach pascal.bach at siemens.com
Mon Jan 30 08:03:12 UTC 2017


From: Pascal Bach <pascal.bach at nextrem.ch>

Python is required in order to build the cython parts.

Signed-off-by: Pascal Bach <pascal.bach at nextrem.ch>
---
 meta-python/recipes-devtools/python/python-pyyaml.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc
index 41321ca..a3cf677 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
-- 
2.1.4




More information about the Openembedded-devel mailing list