diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index db95f3837db..f47002d254e 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,13 +1,13 @@ # Template file for 'python3-mypy' pkgname=python3-mypy version=0.670 -revision=3 +revision=4 archs=noarch wrksrc="mypy-${version}" build_style=python3-module pycompile_module="mypy" hostmakedepends="python3-setuptools" -depends="python3-mypy_extensions" +depends="python3-mypy_extensions python3-typed-ast" short_desc="Optional static typing for Python3" maintainer="maxice8 " license="MIT"