aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pylint/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r--testing/pylint/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD
index d840cc7012f..8fcc7ad07ab 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"