summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:22:38 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:22:38 +0200
commit0eb401017eb49890981bf6cfe711770bb47b0e6b (patch)
tree209f49d48db0ef0ffe74356732af8212c88c5b40
parent64b399ec7c89d7c0ad436e893156117e6d4e2ac9 (diff)
downloadmeta-cloud-services-0eb401017eb49890981bf6cfe711770bb47b0e6b.tar.gz
python-mccabe: Drop recipe
Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-mccabe_0.2.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mccabe_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-mccabe_0.2.1.bb
deleted file mode 100644
index 30c47e8..0000000
--- a/meta-openstack/recipes-devtools/python/python-mccabe_0.2.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1DESCRIPTION = "McCabe checker, plugin for flake8"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=aa0383f6aee4f5c20084a97cd13164c4"
6
7PR = "r0"
8SRCNAME = "mccabe"
9
10SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "5a3f3fa6a4bad126c88aaaa7dab682f5"
13SRC_URI[sha256sum] = "5a2a170e47de5593a6abfae1e9542bd2c3924ac62bbe4e6ed96c953c0352243a"
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