From 1a07c590ca1de0c5a71ae73a2575e1236ea56f51 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 25 Sep 2017 18:28:52 -0400 Subject: python-cython: update to version 0.27 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cython_0.27.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-cython_0.27.bb (limited to 'meta-python/recipes-devtools/python/python-cython_0.27.bb') diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.bb b/meta-python/recipes-devtools/python/python-cython_0.27.bb new file mode 100644 index 0000000000..bdf9490c63 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cython_0.27.bb @@ -0,0 +1,9 @@ +inherit setuptools +require python-cython.inc + +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Cython/" +UPSTREAM_CHECK_REGEX = "/Cython/(?P(\d+[\.\-_]*)+)" + +RDEPENDS_${PN} += "\ + python-distribute \ +" -- cgit v1.2.3-54-g00ecf