aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.29.11.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-07-02 09:21:46 +0800
committerKhem Raj <raj.khem@gmail.com>2019-07-10 09:24:32 -0700
commit190915fd9f7f5f91d24fb926d12c4b53624b7ef2 (patch)
tree78a1caec7003abed8e6ab7e6a841536af812c1d7 /meta-python/recipes-devtools/python/python-cython_0.29.11.bb
parent9bd0009b34ffa7b39c98d3c0cfc8a48707ffa7fd (diff)
downloadmeta-openembedded-contrib-190915fd9f7f5f91d24fb926d12c4b53624b7ef2.tar.gz
python-cython: upgrade 0.29.10 -> 0.29.11
-Upgrade from python-cython_0.29.10.bb to python-cython_0.29.11.bb. -Upgrade from python3-cython_0.29.10.bb to python3-cython_0.29.11.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-cython_0.29.11.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.29.11.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.29.11.bb b/meta-python/recipes-devtools/python/python-cython_0.29.11.bb
new file mode 100644
index 0000000000..d803a6ed4c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.29.11.bb
@@ -0,0 +1,10 @@
+inherit setuptools
+require python-cython.inc
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/"
+UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-distribute \
+ ${PYTHON_PN}-subprocess \
+"