From 5fbbedb7282ad45894d65ab2f58f5aa6ba93bf6c Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Jun 12 2017 13:27:18 +0000 Subject: Requires typed_ast --- diff --git a/python3-mypy.spec b/python3-mypy.spec index 09897f7..4004632 100644 --- a/python3-mypy.spec +++ b/python3-mypy.spec @@ -1,6 +1,6 @@ Name: python3-mypy Version: 0.511 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A static type checker for Python %{?python_provide:%python_provide python3-mypy} @@ -29,6 +29,7 @@ BuildRequires: python3-devel BuildRequires: help2man Requires: python-typeshed +Requires: python3-typed_ast BuildArch: noarch @@ -77,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_prefix}/lib/mypy %changelog +* Sun Jun 11 2017 Gwyn Ciesla - 0.511-2 +- Add python3-typed_ast Requires. + * Fri Jun 09 2017 Gwyn Ciesla - 0.511-1 - New upstream.