diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-20 10:05:20 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-23 13:13:28 -0500 |
| commit | c49987efd44b78dcb0e2b700d3260a96d0d131ac (patch) | |
| tree | adb33f6bc1e84f2999fa5f31bde53c7e00b1523b /meta-openstack/recipes-devtools/python | |
| parent | 21da812c87f930c23acfa15fb07c562705ad0e7e (diff) | |
| download | meta-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/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ply_3.4.bb | 10 |
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 @@ | |||
| 1 | DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/ply" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=30;md5=36197c7ddf450a50a52cf6e743196b1d" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "ffdc95858819347bf92d7c2acc074894" | ||
| 8 | SRC_URI[sha256sum] = "af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
