summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:18:41 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 11:18:41 +0200
commitf7c7815faced589e7dc945a99acc8e9886dbcb7e (patch)
tree2e05b32cde80743e1c30ec578017622a9488aebb
parent499e49665bde8c0bbc2c64dff4ad6325ded2d603 (diff)
downloadmeta-cloud-services-f7c7815faced589e7dc945a99acc8e9886dbcb7e.tar.gz
python-pep8: Drop recipe
Newer recipe mainatained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ b/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_
deleted file mode 100644
index 723bec3..0000000
--- a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_
+++ /dev/null
@@ -1,21 +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=b0d37793ab91ca25ad5c200e9ea22331"
6
7PR = "r0"
8SRCNAME = "pep8"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
13SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "python-prettytable \
20 python-cmd2 \
21 python-pyparsing" \ No newline at end of file