[packages/python3-selenium] - exclude x32 (ring fails to build; no browser driver)
qboosh
qboosh at pld-linux.org
Thu Jan 29 21:46:34 CET 2026
commit dddece9641a384cdd3e061ce41b23b09d57451d6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jan 29 21:46:46 2026 +0100
- exclude x32 (ring fails to build; no browser driver)
python3-selenium.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python3-selenium.spec b/python3-selenium.spec
index 64c0f27..068aacb 100644
--- a/python3-selenium.spec
+++ b/python3-selenium.spec
@@ -29,6 +29,8 @@ Suggests: chromedriver
Suggests: firefox-geckodriver
%endif
ExclusiveArch: %{rust_arches}
+# not supported in ring crate; also no browser driver available on this arch
+ExcludeArch: x32
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-selenium.git/commitdiff/dddece9641a384cdd3e061ce41b23b09d57451d6
More information about the pld-cvs-commit
mailing list