aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.28.4.bb
blob: d803a6ed4c854238735c122f132bacdd20daa5be (plain)
1
2
3
4
5
6
7
8
9
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 \
"