python-cython: upgrade 0.29.11 -> 0.29.12

-Upgrade from python-cython_0.29.11.bb to python-cython_0.29.12.bb.

-Upgrade from python3-cython_0.29.11.bb to python3-cython_0.29.12.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-07-11 16:15:04 +08:00
committed by Khem Raj
parent 44d7521fbf
commit 8bc18c5d45
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 \
"