From 78e88b8f2049938baa5aaf0332d07d5fc897a15a Mon Sep 17 00:00:00 2001 From: whoami Date: Wed, 20 Mar 2019 20:17:37 +0300 Subject: [PATCH] python3-mypy: depend on python3-typed-ast --- srcpkgs/python3-mypy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"