aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cffi.inc
blob: 8dcdb63341b5f3ee1ff7e845671b81aa121d919a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Foreign Function Interface for Python calling C code"
HOMEPAGE = "http://cffi.readthedocs.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
DEPENDS += "libffi ${PYTHON_PN}-pycparser"

SRC_URI[md5sum] = "a731487324b501c8295221b629d3f5f3"
SRC_URI[sha256sum] = "ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6"

RDEPENDS_${PN}_class-target = " \
    ${PYTHON_PN}-io \
"

BBCLASSEXTEND = "native nativesdk"