diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 07:34:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | a0b6167f662e0def5ad076a88928d55ab5a1b7b4 (patch) | |
tree | a85799f66e1e45278406f00bdfb316dbe5dad120 | |
parent | dd49bbc2feef6843287938c7de2fb56e94440fa6 (diff) | |
download | aports-a0b6167f662e0def5ad076a88928d55ab5a1b7b4.tar.bz2 aports-a0b6167f662e0def5ad076a88928d55ab5a1b7b4.tar.xz |
testing/pylint: rebuild against python 3.7
-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 89a2ab0d9a..87374f2835 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pylint pkgver=1.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" arch="noarch" |