diff options
author | Pascal Bach <pascal.bach@nextrem.ch> | 2017-01-30 09:03:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:25 +0100 |
commit | e8d5a1bb6a022172246f095aca0979ab5a6bd2ed (patch) | |
tree | 8383d01c2d2be733361822282a2e39afccf40ff4 /meta-python/recipes-devtools/python/python-pyyaml.inc | |
parent | 63bdd4f51c46c18e6579d2b9f3d373c65238e306 (diff) | |
download | meta-openembedded-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/python/python-pyyaml.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml.inc | 2 |
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" | |||
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17" |
6 | DEPENDS = "libyaml ${PYTHON_PN}-cython-native" | 6 | DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" |
7 | 7 | ||
8 | PYPI_PACKAGE = "PyYAML" | 8 | PYPI_PACKAGE = "PyYAML" |
9 | inherit pypi | 9 | inherit pypi |