mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
248 B
BlitzBasic
11 lines
248 B
BlitzBasic
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 \
|
|
"
|