From 47d1e27b813c056980053ee2e232bd035b26019e Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 28 Jan 2017 21:18:26 +0100 Subject: python-cffi: Don't overwrite inherited dependencies Otherwise setuptools won't be found. Signed-off-by: Andreas Oberritter Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cffi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-cffi.inc') diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 12da19fe23..21e41c1882 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc @@ -1,7 +1,7 @@ SUMMARY = "Foreign Function Interface for Python calling C code" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" -DEPENDS = "libffi ${PYTHON_PN}-pycparser" +DEPENDS += "libffi ${PYTHON_PN}-pycparser" SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244" SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8" -- cgit 1.2.3-korg