mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
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:
committed by
Martin Jansa
parent
a0f5552df5
commit
47d1e27b81
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user