python3-mypy: depend on python3-typed-ast
This commit is contained in:
parent
7f65ead70b
commit
78e88b8f20
@ -1,13 +1,13 @@
|
|||||||
# Template file for 'python3-mypy'
|
# Template file for 'python3-mypy'
|
||||||
pkgname=python3-mypy
|
pkgname=python3-mypy
|
||||||
version=0.670
|
version=0.670
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="mypy-${version}"
|
wrksrc="mypy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="mypy"
|
pycompile_module="mypy"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-mypy_extensions"
|
depends="python3-mypy_extensions python3-typed-ast"
|
||||||
short_desc="Optional static typing for Python3"
|
short_desc="Optional static typing for Python3"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user