14
0

- Drop ExclusiveArch - at least s390x and ppc64le also build

successfully, so there's no point in listing lots of archs in
  "ExclusiveArch"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=95
This commit is contained in:
2025-04-22 07:39:14 +00:00
committed by Git OBS Bridge
parent 2cbcfb90ef
commit 8db64d1a44
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Apr 20 21:37:53 UTC 2025 - Christian Boltz <suse-beta@cboltz.de>
- Drop ExclusiveArch - at least s390x and ppc64le also build
successfully, so there's no point in listing lots of archs in
"ExclusiveArch"
-------------------------------------------------------------------
Fri Nov 22 08:37:32 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-selenium
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,7 +47,6 @@ Requires: python-trio-websocket >= 0.9
Requires: python-typing-extensions >= 4.9
Requires: python-urllib3
Requires: python-websocket-client >= 1.8
ExclusiveArch: %{ix86} x86_64 %arm aarch64 riscv64
%python_subpackages
%description