diff --git a/python-softlayer.changes b/python-softlayer.changes index 75ad770..48235b4 100644 --- a/python-softlayer.changes +++ b/python-softlayer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 26 11:37:43 UTC 2021 - Dirk Müller + +- fix for prettytable rename + ------------------------------------------------------------------- Mon Aug 16 05:51:52 UTC 2021 - Steve Kowalik diff --git a/python-softlayer.spec b/python-softlayer.spec index e4f99aa..bd22980 100644 --- a/python-softlayer.spec +++ b/python-softlayer.spec @@ -25,9 +25,9 @@ Summary: A set of Python libraries that assist in calling the SoftLayer A License: MIT URL: https://github.com/softlayer/softlayer-python Source: https://github.com/softlayer/softlayer-python/archive/v%{version}.tar.gz -BuildRequires: %{python_module PrettyTable >= 0.7.0} BuildRequires: %{python_module click >= 7} BuildRequires: %{python_module mock} +BuildRequires: %{python_module prettytable >= 0.7.0} BuildRequires: %{python_module prompt_toolkit >= 2} BuildRequires: %{python_module pygments >= 2.0.0} BuildRequires: %{python_module pytest} @@ -38,8 +38,8 @@ BuildRequires: %{python_module testtools} BuildRequires: %{python_module urllib3 >= 1.24} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-PrettyTable >= 0.7.0 Requires: python-click >= 7 +Requires: python-prettytable >= 0.7.0 Requires: python-prompt_toolkit >= 2 Requires: python-pygments >= 2.0.0 Requires: python-requests >= 2.20.0