summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-20 10:05:20 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-23 13:13:28 -0500
commitc49987efd44b78dcb0e2b700d3260a96d0d131ac (patch)
treeadb33f6bc1e84f2999fa5f31bde53c7e00b1523b /meta-openstack/recipes-devtools
parent21da812c87f930c23acfa15fb07c562705ad0e7e (diff)
downloadmeta-cloud-services-c49987efd44b78dcb0e2b700d3260a96d0d131ac.tar.gz
python-ply: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ply_3.4.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ply_3.4.bb b/meta-openstack/recipes-devtools/python/python-ply_3.4.bb
deleted file mode 100644
index a73e6c3..0000000
--- a/meta-openstack/recipes-devtools/python/python-ply_3.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python"
2HOMEPAGE = "https://pypi.python.org/pypi/ply"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README;beginline=3;endline=30;md5=36197c7ddf450a50a52cf6e743196b1d"
6
7SRC_URI[md5sum] = "ffdc95858819347bf92d7c2acc074894"
8SRC_URI[sha256sum] = "af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b"
9
10inherit setuptools pypi