diff --git a/python-astroid.spec b/python-astroid.spec index 6a0e54e..cea1b19 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -8,7 +8,7 @@ Name: python-astroid Version: 2.3.3 -Release: 2.git%{shortcommit}%{?dist} +Release: 3.git%{shortcommit}%{?dist} Summary: Common base representation of python source code for pylint and other projects License: GPLv2+ URL: https://github.com/%{github_owner}/%{github_name} @@ -43,6 +43,7 @@ Summary: %{summary} %{?python_provide:%python_provide python3-%{github_name}} Requires: python3-lazy-object-proxy Requires: python3-wrapt +Requires: python3-typed_ast %description -n python3-%{github_name} %_description @@ -70,6 +71,9 @@ rm -rf %{buildroot}%{python3_sitelib}/astroid/tests %{python3_sitelib}/astroid*.egg-info %changelog +* Tue Jan 07 2020 Gwyn Ciesla - 2.3.3-3.gitace7b29 +- Require typed_ast + * Thu Dec 12 2019 Gwyn Ciesla - 2.3.3-2.gitace7b29 - Disable dependency generator.