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>
This commit is contained in:
Zang Ruochen
2019-08-01 10:10:11 +08:00
committed by Khem Raj
parent c5372155f2
commit cd5566d00e
3 changed files with 2 additions and 2 deletions

View File

@@ -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 \
"