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:
Andrew Clemons 2022-02-13 16:34:25 +13:00 committed by Willy Sudiarto Raharjo
parent 60f03cce0a
commit 8e17d13d19
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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"