python-cython: upgrade 0.29.7 -> 0.29.10

-Upgrade from python-cython_0.29.7.bb to python-cython_0.29.10.bb.

-Upgrade from python3-cython_0.29.7.bb to python3-cython_0.29.10.bb.

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-06-12 11:54:38 +08:00
committed by Khem Raj
parent 7778e523f6
commit fdbd768ab2
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 \
"