aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cffi_1.6.0.bb
blob: 7a02514d76145e889a70ab1f6ed95d19aa92eab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Foreign Function Interface for Python calling C code"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
DEPENDS = "libffi python-pycparser"

SRC_URI[md5sum] = "2fae9160991afefb20ff0fbde3b14faf"
SRC_URI[sha256sum] = "a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db"

inherit pypi setuptools

BBCLASSEXTEND = "native"