mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* Things have finally settled on a URL structure without needing the hash (See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
383 B
BlitzBasic
12 lines
383 B
BlitzBasic
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"
|