summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-29 11:20:30 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-01 23:11:58 -0400
commit80db6a5dbed8a6daf3c2785dfdb7af072eeab085 (patch)
tree6248ab0afa15cba99020a89d59650ba94156967d
parentaf628e54275b4bdcb2f5fbdb977792b64d5b9e7f (diff)
downloadmeta-cloud-services-80db6a5dbed8a6daf3c2785dfdb7af072eeab085.tar.gz
python3-pep8: Remove recipe
Remove this recipe, because a higher version of the recipe exists in: meta-openembedded/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pep8.inc14
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb5
2 files changed, 0 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pep8.inc b/meta-openstack/recipes-devtools/python/python-pep8.inc
deleted file mode 100644
index 959c3d1..0000000
--- a/meta-openstack/recipes-devtools/python/python-pep8.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "Python style guide checker"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
6
7SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
8SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
13 ${PYTHON_PN}-cmd2 \
14 ${PYTHON_PN}-pyparsing" \ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
deleted file mode 100644
index 64fd154..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pep8_1.7.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
1inherit setuptools3
2require python-pep8.inc
3
4SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c"
5SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374" \ No newline at end of file