From c68d535259ff26f552c827bbfd5c89f3dca63e998eb6f6ed3aedec1e4b1cee4d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Nov 2021 11:37:56 +0000 Subject: [PATCH] - fix for prettytable rename OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer?expand=0&rev=23 --- python-softlayer.changes | 5 +++++ python-softlayer.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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