diff --git a/python-click-repl.spec b/python-click-repl.spec index c5833a2..dc96c8f 100644 --- a/python-click-repl.spec +++ b/python-click-repl.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: REPL plugin for Click License: MIT @@ -19,6 +19,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-click BuildRequires: python3-pytest BuildRequires: python3-prompt-toolkit +BuildRequires: python3-six %description %{summary} @@ -48,5 +49,8 @@ Summary: %{summary} %{python3_sitelib}/click_repl-%{version}-py%{python3_version}.egg-info/ %changelog +* Mon Dec 21 2020 František Zatloukal - 0.1.6-2 +- BR: python3-six (fixes RHBZ#1908293) + * Tue Sep 29 2020 František Zatloukal - 0.1.6-1 - Initial package.