summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cffi_1.13.0.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-10-17 14:14:21 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:33:53 -0700
commit049ec11f0e2aaf47fd8e13a7736f2d58e0331512 (patch)
tree6d3d463a91865febee7c338040e410e4b87c730e /meta-python/recipes-devtools/python/python-cffi_1.13.0.bb
parentfe884038aacb9ce29da547b2899535741a7c6e69 (diff)
downloadmeta-openembedded-049ec11f0e2aaf47fd8e13a7736f2d58e0331512.tar.gz
python-cffi: upgrade 1.12.3 -> 1.13.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cffi_1.13.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cffi_1.13.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.13.0.bb b/meta-python/recipes-devtools/python/python-cffi_1.13.0.bb
new file mode 100644
index 0000000000..bc667b8056
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cffi_1.13.0.bb
@@ -0,0 +1,6 @@
1require python-cffi.inc
2inherit pypi setuptools
3
4RDEPENDS_${PN} += " \
5 ${PYTHON_PN}-subprocess \
6"