aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-08-08 13:43:22 +0000
committerKhem Raj <raj.khem@gmail.com>2018-08-10 12:51:21 -0700
commit98382d5c77900b504360e48ebdf4a4ef0082b9e1 (patch)
treec0c0c774aea70f259d17d3c510204dd3ee7ef9f5 /meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb
parentde0149136450188c3c866478f843d484301d3c62 (diff)
downloadmeta-openembedded-contrib-98382d5c77900b504360e48ebdf4a4ef0082b9e1.tar.gz
meta-python: add python-pycodestyle recipe
Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb b/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb
new file mode 100644
index 0000000000..7c736e76f8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb
@@ -0,0 +1,4 @@
+inherit setuptools
+require python-pycodestyle.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-lang"