diff --git a/python3-mypy.spec b/python3-mypy.spec index 058f146..135a2a8 100644 --- a/python3-mypy.spec +++ b/python3-mypy.spec @@ -1,6 +1,6 @@ Name: python3-mypy Version: 0.620 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A static type checker for Python %{?python_provide:%python_provide python3-mypy} @@ -30,6 +30,7 @@ BuildRequires: python3-devel # Needed to generate the man pages BuildRequires: help2man +BuildRequires: python3-typed_ast Requires: python-typeshed Requires: python3-typed_ast @@ -83,6 +84,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_prefix}/lib/mypy %changelog +* Tue Sep 25 2018 Matus Honek - 0.620-2 +- Add BuildRequire to fix man page generation + * Fri Aug 10 2018 Gwyn Ciesla - 0.620-1 - 0.620