summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb11
1 files changed, 1 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb b/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
index ce48cd7323..d4d19cca0b 100644
--- a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
+++ b/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
@@ -1,21 +1,12 @@
1# Imported from git://git.yoctoproject.org/meta-cloud-services
2
3SUMMARY = "passive checker of Python programs" 1SUMMARY = "passive checker of Python programs"
4HOMEPAGE = "https://github.com/dreamhost/cliff" 2HOMEPAGE = "https://github.com/dreamhost/cliff"
5SECTION = "devel/python"
6LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" 4LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
8 5
9SRCNAME = "pyflakes"
10
11SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12
13SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1" 6SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
14SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" 7SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
15 8
16S = "${WORKDIR}/${SRCNAME}-${PV}" 9inherit pypi setuptools
17
18inherit setuptools
19 10
20RDEPENDS_${PN} += " \ 11RDEPENDS_${PN} += " \
21 python-prettytable \ 12 python-prettytable \