diff --git a/python-mysql-to-sqlite3.changes b/python-mysql-to-sqlite3.changes index f44d14a..8c64660 100644 --- a/python-mysql-to-sqlite3.changes +++ b/python-mysql-to-sqlite3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 22 08:23:34 UTC 2021 - Enno Gotthold + +- Use python-click instead of non existent python-Click as a requirement + ------------------------------------------------------------------- Wed Jul 21 18:05:12 UTC 2021 - Enno Gotthold diff --git a/python-mysql-to-sqlite3.spec b/python-mysql-to-sqlite3.spec index 79e0408..c9c17ee 100644 --- a/python-mysql-to-sqlite3.spec +++ b/python-mysql-to-sqlite3.spec @@ -44,7 +44,7 @@ BuildRequires: %{python_module tabulate} BuildRequires: %{python_module tqdm >= 4.35.0} # /SECTION BuildRequires: fdupes -Requires: python-Click >= 7.0 +Requires: python-click >= 7.0 Requires: python-mysql-connector-python >= 8.0.18 Requires: python-python-slugify >= 3.0.3 Requires: python-pytimeparse >= 1.1.8