summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-06 16:36:26 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-08 23:05:23 -0400
commitd2b497baa0a5b8fb9ab2b73ba36314d576c8e810 (patch)
tree23769067cab6ccb526d65613382fdb061358902c /meta-openstack
parent11ecda6b10add47f332f6fde87a589e20d7b5a14 (diff)
downloadmeta-cloud-services-d2b497baa0a5b8fb9ab2b73ba36314d576c8e810.tar.gz
python3-pyflakes: Remove recipe
This recipe already exists in meta-openembedded, the path is: /meta-openembedded/meta-python/recipes-devtools/python/python3-pyflakes_2.2.0.bb Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyflakes.inc14
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb2
2 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyflakes.inc b/meta-openstack/recipes-devtools/python/python-pyflakes.inc
deleted file mode 100644
index df92d80..0000000
--- a/meta-openstack/recipes-devtools/python/python-pyflakes.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "passive checker of Python programs"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
6
7SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
8SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
13 ${PYTHON_PN}-cmd2 \
14 ${PYTHON_PN}-pyparsing"
diff --git a/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb b/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb
deleted file mode 100644
index cc9e864..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-pyflakes.inc
2inherit setuptools3