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'
|
||||
pkgname=python3-pylint
|
||||
version=2.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="pylint-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pylint"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-astroid python3-six python3-isort
|
||||
python3-mccabe python3-typed-ast"
|
||||
python3-mccabe"
|
||||
short_desc="Python3 code static checker"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://www.pylint.org/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue