diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-09 13:39:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-17 15:01:24 +0000 |
commit | 38635b72350fc6335e376c62c13ef24906923994 (patch) | |
tree | 358694a6a06bc3de05d64c14b11e1a12da484355 /testing/pylint/APKBUILD | |
parent | 88108bc114239697cf3d1d746f9c5a2d736d4b4e (diff) | |
download | aports-38635b72350fc6335e376c62c13ef24906923994.tar.bz2 aports-38635b72350fc6335e376c62c13ef24906923994.tar.xz |
testing/pylint: deps update
Diffstat (limited to 'testing/pylint/APKBUILD')
-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" |