diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index 073697096b3..28f01bd4445 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -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 " homepage="https://github.com/PyCQA/astroid"