forked from pool/python-softlayer
		
	Accepting request 934076 from devel:languages:python
- fix for prettytable rename OBS-URL: https://build.opensuse.org/request/show/934076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-softlayer?expand=0&rev=12
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Fri Nov 26 11:37:43 UTC 2021 - Dirk Müller <dmueller@suse.com> | ||||
|  | ||||
| - fix for prettytable rename  | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Aug 16 05:51:52 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user