summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-04 15:18:51 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-06 14:10:45 -0500
commit5f0185d896e47beb09b6ceedde8820ddd147bd0a (patch)
tree5713665fec4bdbef3f25f24ddb65f809268e401d /meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
parentbd9f13f6da1e5c254d62791433e6a5f6d6b46dc5 (diff)
downloadmeta-cloud-services-5f0185d896e47beb09b6ceedde8820ddd147bd0a.tar.gz
python-pyflakes: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb16
1 files changed, 2 insertions, 14 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
index 81bca36..78a2e09 100644
--- a/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
@@ -1,14 +1,2 @@
1DESCRIPTION = "passive checker of Python programs" 1require python-pyflakes.inc
2HOMEPAGE = "https://github.com/dreamhost/cliff" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
6
7SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
8SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += "python-prettytable \
13 python-cmd2 \
14 python-pyparsing" \ No newline at end of file