aboutsummaryrefslogtreecommitdiff
path: root/python/flake8
diff options
context:
space:
mode:
Diffstat (limited to 'python/flake8')
-rw-r--r--python/flake8/flake8.SlackBuild2
-rw-r--r--python/flake8/flake8.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild
index 35d2fc31e75b7..e5593b72c1ecc 100644
--- a/python/flake8/flake8.SlackBuild
+++ b/python/flake8/flake8.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=flake8
VERSION=${VERSION:-3.5.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/flake8/flake8.info b/python/flake8/flake8.info
index 47e635857f083..43bae520af7bf 100644
--- a/python/flake8/flake8.info
+++ b/python/flake8/flake8.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/1e/ab/7730f6d6cdf73a3b7f98a2fe3b2cdf6
MD5SUM="7e5fe39d578a2c2d0962b61b35b8c3fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pytest-runner pycodestyle pyflakes python2-mccabe ConfigParser"
+REQUIRES="python2-pytest-runner pycodestyle pyflakes python2-mccabe ConfigParser"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"