From 1685c092ba30b7d222167b1bb6233a9cfb7292f32602af56d77c0380563751c5 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Thu, 22 Jul 2021 09:14:06 +0000 Subject: [PATCH] Accepting request 907676 from home:SchoolGuy:branches:devel:languages:python - Use python-click instead of non existent python-Click as a requirement OBS-URL: https://build.opensuse.org/request/show/907676 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysql-to-sqlite3?expand=0&rev=3 --- python-mysql-to-sqlite3.changes | 5 +++++ python-mysql-to-sqlite3.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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