diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-08-01 10:10:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-02 18:04:41 -0700 |
commit | cd5566d00ec3f2771899a84f1e90e90461dca7eb (patch) | |
tree | 8fddc8243776bb1b6a9a4ae623c2eed432ff85cc /meta-python/recipes-devtools/python/python-cython_0.29.13.bb | |
parent | c5372155f237cbdc30f255f7dc68ba7e44e9be1b (diff) | |
download | meta-openembedded-cd5566d00ec3f2771899a84f1e90e90461dca7eb.tar.gz |
python-cython: upgrade 0.29.12 -> 0.29.13
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cython_0.29.13.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cython_0.29.13.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.29.13.bb b/meta-python/recipes-devtools/python/python-cython_0.29.13.bb new file mode 100644 index 0000000000..d803a6ed4c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cython_0.29.13.bb | |||
@@ -0,0 +1,10 @@ | |||
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 | " | ||