diff options
| author | Derek Straka <derek@asterius.io> | 2017-10-03 12:54:38 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-04 14:53:33 +0000 |
| commit | 815c7d5789f904c2648b1a749a9fbfcc6ad4edb5 (patch) | |
| tree | d11a9c5c128b33f8f858d91ad7895d0d88d53250 /meta-python/recipes-devtools/python/python-cython_0.27.1.bb | |
| parent | e27500e7e552d796bc81d16be28ccc170782d099 (diff) | |
| download | meta-openembedded-815c7d5789f904c2648b1a749a9fbfcc6ad4edb5.tar.gz | |
python-cython: update to version 0.27.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cython_0.27.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-cython_0.27.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.27.1.bb b/meta-python/recipes-devtools/python/python-cython_0.27.1.bb new file mode 100644 index 0000000000..bdf9490c63 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cython_0.27.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 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-distribute \ | ||
| 9 | " | ||
