From 676b4ab972933c6061587f6ac6313b2f689db980bb2a0b892229da9f7137ca59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Oct 2024 12:03:35 +0000 Subject: [PATCH] Accepting request 1208619 from openSUSE:Factory:RISCV - Enable build on riscv64 OBS-URL: https://build.opensuse.org/request/show/1208619 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=91 --- python-selenium.changes | 5 +++++ python-selenium.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-selenium.changes b/python-selenium.changes index 1a75dde..e772380 100644 --- a/python-selenium.changes +++ b/python-selenium.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 10:31:13 UTC 2024 - Andreas Schwab + +- Enable build on riscv64 + ------------------------------------------------------------------- Tue Oct 15 04:05:30 UTC 2024 - Steve Kowalik diff --git a/python-selenium.spec b/python-selenium.spec index c77af21..b124b98 100644 --- a/python-selenium.spec +++ b/python-selenium.spec @@ -46,7 +46,7 @@ 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 +ExclusiveArch: %{ix86} x86_64 %arm aarch64 riscv64 %python_subpackages %description