diff options
Diffstat (limited to 'testing/pylint/APKBUILD')
-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 541bb2011db..89a2ab0d9a8 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -6,7 +6,7 @@ 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+" +license="GPL-2.0-or-later" depends="py-mccabe py-six py-isort py-astroid" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |