diff options
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r-- | testing/pylint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 816c647215..9529a3abc2 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" arch="noarch" license="GPL2+" -depends="python py-astroid" +depends="python2 py-astroid" depends_dev="" makedepends="python2-dev py-setuptools py-astroid" install="" |