From f6c5257fba9ae35c0bed7f0ed3ed2fd93f99f1e33275bf475a26ea216590231d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 25 Nov 2021 05:38:11 +0000 Subject: [PATCH] - wcwidth is also required dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=4 --- python-prettytable.changes | 1 + python-prettytable.spec | 1 + 2 files changed, 2 insertions(+) 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