diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2017-01-28 21:18:26 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:25 +0100 |
commit | 47d1e27b813c056980053ee2e232bd035b26019e (patch) | |
tree | fd67b24e8f1c4047a74c962a7b52960de019f8bf /meta-python | |
parent | a0f5552df55aa1fae5fba5622487b436c41f8cdf (diff) | |
download | meta-openembedded-47d1e27b813c056980053ee2e232bd035b26019e.tar.gz |
python-cffi: Don't overwrite inherited dependencies
Otherwise setuptools won't be found.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cffi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 12da19fe2..21e41c188 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Foreign Function Interface for Python calling C code" | 1 | SUMMARY = "Foreign Function Interface for Python calling C code" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" |
4 | DEPENDS = "libffi ${PYTHON_PN}-pycparser" | 4 | DEPENDS += "libffi ${PYTHON_PN}-pycparser" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244" | 6 | SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244" |
7 | SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8" | 7 | SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8" |