From fbe2ec4c3ae88891da0248f414dbf594b3572099 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Jan 08 2020 14:27:59 +0000 Subject: Require six --- diff --git a/python-astroid.spec b/python-astroid.spec index cea1b19..c127d03 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -8,7 +8,7 @@ Name: python-astroid Version: 2.3.3 -Release: 3.git%{shortcommit}%{?dist} +Release: 4.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} @@ -44,6 +44,7 @@ Summary: %{summary} Requires: python3-lazy-object-proxy Requires: python3-wrapt Requires: python3-typed_ast +Requires: python3-six %description -n python3-%{github_name} %_description @@ -71,6 +72,9 @@ rm -rf %{buildroot}%{python3_sitelib}/astroid/tests %{python3_sitelib}/astroid*.egg-info %changelog +* Wed Jan 08 2020 Gwyn Ciesla - 2.3.3-4.gitace7b29 +- Require six + * Tue Jan 07 2020 Gwyn Ciesla - 2.3.3-3.gitace7b29 - Require typed_ast