diff --git a/python-prettytable.changes b/python-prettytable.changes index 67528ba..36c571b 100644 --- a/python-prettytable.changes +++ b/python-prettytable.changes @@ -2,6 +2,7 @@ Wed Nov 24 07:41:38 UTC 2021 - Matej Cepl - Rename package according to the PyPI name +- wcwidth is also required dependency ------------------------------------------------------------------- Mon Nov 8 21:56:21 UTC 2021 - Dirk Müller diff --git a/python-prettytable.spec b/python-prettytable.spec index 2196525..408d672 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -33,6 +33,7 @@ BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildArch: noarch +Requires: python-wcwidth %python_subpackages %description