mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 22:10:28 +00:00
python-cython: update to version 0.28
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
45c8f33911
commit
8d121d70d6
10
meta-python/recipes-devtools/python/python-cython_0.28.bb
Normal file
10
meta-python/recipes-devtools/python/python-cython_0.28.bb
Normal 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 \
|
||||
"
|
||||
Reference in New Issue
Block a user