aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.29.13.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-08-01 10:10:11 +0800
committerKhem Raj <raj.khem@gmail.com>2019-08-02 18:04:41 -0700
commitcd5566d00ec3f2771899a84f1e90e90461dca7eb (patch)
tree8fddc8243776bb1b6a9a4ae623c2eed432ff85cc /meta-python/recipes-devtools/python/python-cython_0.29.13.bb
parentc5372155f237cbdc30f255f7dc68ba7e44e9be1b (diff)
downloadmeta-openembedded-contrib-cd5566d00ec3f2771899a84f1e90e90461dca7eb.tar.gz
python-cython: upgrade 0.29.12 -> 0.29.13
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.13.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.29.13.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.29.13.bb b/meta-python/recipes-devtools/python/python-cython_0.29.13.bb
new file mode 100644
index 0000000000..d803a6ed4c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cython_0.29.13.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 \
+"