Sync from SUSE:SLFO:Main python-susepubliccloudinfo revision f557e4035c8de268bdfd29364ab6bf1d

This commit is contained in:
2025-05-06 14:12:48 +02:00
parent 295fb230c9
commit f1648bb48c
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 5 13:44:50 UTC 2025 - Alexander Osthof <aosthof@suse.com>
- Fix python version of packages in 'Requires:' (bsc#1242059)
-------------------------------------------------------------------
Tue Apr 15 20:34:44 UTC 2025 - Robert Schweikert <rjschwei@suse.com>

View File

@@ -31,10 +31,10 @@ License: GPL-3.0-or-later
Group: System/Management
Url: https://github.com/SUSE-Enceladus/public-cloud-info-client
Source0: %{upstream_name}-%{version}.tar.bz2
Requires: python
Requires: python-docopt
Requires: python-lxml
Requires: python-requests
Requires: %{pythons}
Requires: %{pythons}-docopt
Requires: %{pythons}-lxml
Requires: %{pythons}-requests
BuildRequires: %{pythons}-pip
BuildRequires: %{pythons}-setuptools
BuildRequires: %{pythons}-wheel