From f16db652876c869df9ec7e6ca350c67a66ee9297 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Fri, 2 Aug 2019 08:59:28 +0800 Subject: python-pycodestyle: upgrade 2.4.0 -> 2.5.0 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-pycodestyle_2.4.0.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb (limited to 'meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb') 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 deleted file mode 100644 index ec6c12f2f1..0000000000 --- a/meta-python/recipes-devtools/python/python-pycodestyle_2.4.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -inherit setuptools -require python-pycodestyle.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-lang" - -do_install_append () { - if [ -f ${D}${bindir}/pycodestyle ]; then - mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2 - fi -} -- cgit v1.2.3-54-g00ecf