summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-10-16 01:04:06 +0200
committerKhem Raj <raj.khem@gmail.com>2021-10-18 09:49:36 -0700
commit077dc04df19ed88f7c28f7fc376a51cb88ce1cd0 (patch)
treeaddaba15d57f3e7f0ff956f1c9ff5dca8c10947b /meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb
parent3afc5b172afa3d35f1ba549cea1003547749bf93 (diff)
downloadmeta-openembedded-077dc04df19ed88f7c28f7fc376a51cb88ce1cd0.tar.gz
python3-cffi: update to 1.15.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb b/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb
deleted file mode 100644
index 529d8960a8..0000000000
--- a/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Foreign Function Interface for Python calling C code"
2HOMEPAGE = "http://cffi.readthedocs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
5DEPENDS += "libffi ${PYTHON_PN}-pycparser"
6
7SRC_URI[sha256sum] = "c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN}:class-target = " \
12 ${PYTHON_PN}-ctypes \
13 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-pycparser \
15 ${PYTHON_PN}-shell \
16"
17
18BBCLASSEXTEND = "native nativesdk"