diff options
-rw-r--r-- | testing/pylint/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index d840cc7012..8fcc7ad07a 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pylint pkgver=1.0.0 -pkgrel=0 +pkgrel=1 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-logilab-astng" +depends="python py-astroid" depends_dev="" -makedepends="python-dev py-logilab-astng" +makedepends="python-dev py-setuptools py-astroid" install="" subpackages="$pkgname-doc" source="http://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz" |