Marcus Rückert 2022-10-18 14:29:18 +00:00 committed by Git OBS Bridge
parent 6fa79e08c7
commit 33dba12b6c
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 18 10:45:30 UTC 2022 - pgajdos@suse.com
- python-six is not required
https://trello.com/c/MO53MocR/143-remove-python3-six
-------------------------------------------------------------------
Sat Oct 15 10:02:06 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -48,7 +48,6 @@
%global service_identity_version 21.1.0
%global signedjson_version 1.1.4
%global signedjson_max_version 2
%global six_version 1.16.0
%global sortedcontainers_version 2.4.0
%global systemd_version 234
%global typing_extensions_version 4.1.1
@ -98,7 +97,6 @@
%global service_identity_version 18.1.0
%global signedjson_version 1.1.0
%global signedjson_max_version 2
%global six_version 1.16.0
%global sortedcontainers_version 1.4.4
%global systemd_version 231
%global typing_extensions_version 3.10.0
@ -249,8 +247,6 @@ BuildRequires: %{use_python}-service_identity >= %{service_identity_version}
%requires_peq %{use_python}-service_identity
BuildRequires: (%{use_python}-signedjson >= %{signedjson_version} with %{use_python}-signedjson < %{signedjson_max_version})
%requires_peq %{use_python}-signedjson
BuildRequires: %{use_python}-six >= %{six_version}
%requires_peq %{use_python}-six
BuildRequires: %{use_python}-sortedcontainers >= %{sortedcontainers_version}
%requires_peq %{use_python}-sortedcontainers
BuildRequires: %{use_python}-systemd >= %{systemd_version}