python-cython: update to version 0.28.5

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka
2018-08-14 17:16:43 -04:00
committed by Khem Raj
parent 7186a251bc
commit 05ad45d937
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 \
"