python3-pylint: remove unnecessary dependency python3-typed-ast
This commit is contained in:
parent
8cf3d36610
commit
505587661c
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python3-pylint'
|
# Template file for 'python3-pylint'
|
||||||
pkgname=python3-pylint
|
pkgname=python3-pylint
|
||||||
version=2.3.1
|
version=2.3.1
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pylint-${version}"
|
wrksrc="pylint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pylint"
|
pycompile_module="pylint"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-astroid python3-six python3-isort
|
depends="python3-setuptools python3-astroid python3-six python3-isort
|
||||||
python3-mccabe python3-typed-ast"
|
python3-mccabe"
|
||||||
short_desc="Python3 code static checker"
|
short_desc="Python3 code static checker"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.pylint.org/"
|
homepage="http://www.pylint.org/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue