python3-mypy: depend on python3-typed-ast

This commit is contained in:
whoami 2019-03-20 20:17:37 +03:00 committed by maxice8
parent 7f65ead70b
commit 78e88b8f20

View File

@ -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 <thinkabit.ukim@gmail.com>"
license="MIT"