From 83e5688492f95a1299310cec9dcd831b1e4d349b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 19 Mar 2019 02:09:58 -0300 Subject: [PATCH] python3-mypy: depend on python3-mypy_extensions closes #9991 --- srcpkgs/python3-mypy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 16d364393a5..db95f3837db 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,12 +1,13 @@ # Template file for 'python3-mypy' pkgname=python3-mypy version=0.670 -revision=2 +revision=3 archs=noarch wrksrc="mypy-${version}" build_style=python3-module pycompile_module="mypy" hostmakedepends="python3-setuptools" +depends="python3-mypy_extensions" short_desc="Optional static typing for Python3" maintainer="maxice8 " license="MIT"