aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cffi_1.12.3.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-04-24 15:58:26 +0800
committerKhem Raj <raj.khem@gmail.com>2019-04-29 10:13:56 -0700
commit6b34284bd37f3d2a852e3cc15cc7764245a37207 (patch)
tree688f696d2e6337953cf89198f2a52fe2c8f68fd7 /meta-python/recipes-devtools/python/python-cffi_1.12.3.bb
parent7da0c3134fc6df8358de52395a993842092fc026 (diff)
downloadmeta-openembedded-contrib-6b34284bd37f3d2a852e3cc15cc7764245a37207.tar.gz
python-cffi: upgrade 1.12.2 -> 1.12.3
-Upgrade from python-cffi_1.12.2.bb to python-cffi_1.12.3.bb. -Upgrade from python3-cffi_1.12.2.bb to python3-cffi_1.12.3.bb. 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.12.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cffi_1.12.3.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.12.3.bb b/meta-python/recipes-devtools/python/python-cffi_1.12.3.bb
new file mode 100644
index 0000000000..bc667b8056
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cffi_1.12.3.bb
@@ -0,0 +1,6 @@
+require python-cffi.inc
+inherit pypi setuptools
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-subprocess \
+"