Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | inherit setuptools |
2 | require python-cython.inc | ||||
3 | |||||
4 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/" | ||||
5 | UPSTREAM_CHECK_REGEX = "/Cython/(?P<pver>(\d+[\.\-_]*)+)" | ||||
6 | |||||
7 | RDEPENDS_${PN} += "\ | ||||
8 | ${PYTHON_PN}-distribute \ | ||||
9 | ${PYTHON_PN}-subprocess \ | ||||
10 | " |