diff --git a/python-sqlite3-to-mysql.changes b/python-sqlite3-to-mysql.changes index bb76457..2ec6473 100644 --- a/python-sqlite3-to-mysql.changes +++ b/python-sqlite3-to-mysql.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 11:42:15 UTC 2024 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Sat Jan 20 13:18:29 UTC 2024 - Enno Gotthold diff --git a/python-sqlite3-to-mysql.spec b/python-sqlite3-to-mysql.spec index 9466657..152313a 100644 --- a/python-sqlite3-to-mysql.spec +++ b/python-sqlite3-to-mysql.spec @@ -46,7 +46,7 @@ Requires: python-tabulate Requires: python-tqdm >= 4.65.0 Requires: python-typing_extensions Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Sphinx} @@ -59,7 +59,6 @@ BuildRequires: %{python_module packaging >= 20.3} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytimeparse >= 1.1.8} BuildRequires: %{python_module simplejson >= 3.16.0} -BuildRequires: %{python_module six >= 1.12.0} BuildRequires: %{python_module sphinxcontrib-programoutput} BuildRequires: %{python_module tabulate} BuildRequires: %{python_module tqdm >= 4.35.0}