diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-17 14:14:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:33:53 -0700 |
commit | 049ec11f0e2aaf47fd8e13a7736f2d58e0331512 (patch) | |
tree | 6d3d463a91865febee7c338040e410e4b87c730e /meta-python/recipes-devtools/python/python-cffi_1.13.0.bb | |
parent | fe884038aacb9ce29da547b2899535741a7c6e69 (diff) | |
download | meta-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.bb | 6 |
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 @@ | |||
1 | require python-cffi.inc | ||
2 | inherit pypi setuptools | ||
3 | |||
4 | RDEPENDS_${PN} += " \ | ||
5 | ${PYTHON_PN}-subprocess \ | ||
6 | " | ||