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>
This commit is contained in:
Andreas Oberritter 2017-01-28 21:18:26 +01:00 committed by Martin Jansa
parent a0f5552df5
commit 47d1e27b81

View File

@ -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"