summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:32:44 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-14 10:32:44 +0200
commitd0ac49a0b927df6e0de81347369eeed10e9caaf8 (patch)
tree4e598db3938252084eb7e16a42aed03a2b8f85eb
parent0eb401017eb49890981bf6cfe711770bb47b0e6b (diff)
downloadmeta-cloud-services-d0ac49a0b927df6e0de81347369eeed10e9caaf8.tar.gz
python-pyflakes: 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-pyflakes_0.7.3.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb b/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
deleted file mode 100644
index af7a7f3..0000000
--- a/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
+++ /dev/null
@@ -1,21 +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
7PR = "r0"
8SRCNAME = "pyflakes"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
13SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
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