python3-astroid: add missing dependency python3-typed-ast

This commit is contained in:
Helmut Pozimski 2019-09-15 09:59:34 +02:00
parent 8e544e576a
commit 8cf3d36610

View file

@ -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"