aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pylint/APKBUILD
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-09 13:39:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-09-17 15:01:24 +0000
commit38635b72350fc6335e376c62c13ef24906923994 (patch)
tree358694a6a06bc3de05d64c14b11e1a12da484355 /testing/pylint/APKBUILD
parent88108bc114239697cf3d1d746f9c5a2d736d4b4e (diff)
testing/pylint: deps update
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"