aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cython_0.29.11.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-07-11 16:15:04 +0800
committerKhem Raj <raj.khem@gmail.com>2019-07-11 14:01:28 -0700
commit8bc18c5d45b781fb1f37c3574a0b2a02f048ef1a (patch)
treec4c22ee0b7c6aa6199c1f9a3a5719ce3d141e4b3 /meta-python/recipes-devtools/python/python-cython_0.29.11.bb
parent44d7521fbf40d59173278abf47e3e27a2f15a265 (diff)
downloadmeta-openembedded-contrib-8bc18c5d45b781fb1f37c3574a0b2a02f048ef1a.tar.gz
python-cython: upgrade 0.29.11 -> 0.29.12
-Upgrade from python-cython_0.29.11.bb to python-cython_0.29.12.bb. -Upgrade from python3-cython_0.29.11.bb to python3-cython_0.29.12.bb. 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.11.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cython_0.29.11.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.29.11.bb b/meta-python/recipes-devtools/python/python-cython_0.29.11.bb
deleted file mode 100644
index d803a6ed4c..0000000000
--- a/meta-python/recipes-devtools/python/python-cython_0.29.11.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-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 \
-"