mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pylint: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
60f03cce0a
commit
8e17d13d19
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/cc/8c/d1da590769213fefedea4b345e90fce
|
|||
MD5SUM="e6f4c22426df7c786551bcacaaa3f217"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="astroid isort functools-lru-cache ConfigParser singledispatch python-mccabe"
|
||||
REQUIRES="astroid isort functools-lru-cache ConfigParser singledispatch python2-mccabe"
|
||||
MAINTAINER="Serban Udrea"
|
||||
EMAIL="S.Udrea@gsi.de"
|
||||
|
|
Loading…
Reference in a new issue