python3-astroid: add missing dependency python3-typed-ast
This commit is contained in:
parent
8e544e576a
commit
8cf3d36610
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=2.2.5
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="astroid-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="astroid"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six python3-lazy-object-proxy python3-wrapt"
|
||||
depends="python3-six python3-lazy-object-proxy python3-wrapt
|
||||
python3-typed-ast"
|
||||
short_desc="Abstract syntax tree for Python3"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/PyCQA/astroid"
|
||||
|
|
Loading…
Reference in a new issue