diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index d4fd024..39b2c53 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 25 22:26:52 UTC 2021 - Matej Cepl + +- Use lower-case name of prettytable package + ------------------------------------------------------------------- Sun Oct 17 14:01:59 UTC 2021 - Martin Hauke diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index e468ba4..a8a5031 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -40,7 +40,7 @@ Suggests: python-requests-html Suggests: python-unicodedata2 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module PrettyTable} +BuildRequires: %{python_module prettytable} BuildRequires: %{python_module cached-property >= 1.5} BuildRequires: %{python_module dragonmapper >= 0.2} BuildRequires: %{python_module loguru >= 0.5}