From 50e0e77a46758843457e572dc5743987be7d260fb652685a64f62982115b28d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Nov 2018 08:21:24 +0000 Subject: [PATCH] Accepting request 645911 from home:mcepl:work Switch of BR selenium for non-Intel platforms. OBS-URL: https://build.opensuse.org/request/show/645911 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=14 --- python-Django.changes | 5 +++++ python-Django.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-Django.changes b/python-Django.changes index d72fbbb..ee78e35 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -19,6 +19,11 @@ Thu Oct 4 13:13:00 UTC 2018 - Alberto Planas Dominguez permission made a POST request to an admin user change form (#29809). +------------------------------------------------------------------- +Tue Sep 18 13:17:15 CEST 2018 - Matěj Cepl + +- Switch of BR selenium for non-Intel platforms. + ------------------------------------------------------------------- Tue Sep 4 12:24:15 UTC 2018 - Ondřej Súkup diff --git a/python-Django.spec b/python-Django.spec index 8a30a5e..1c09590 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -41,12 +41,16 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module python-memcached >= 1.59} BuildRequires: %{python_module pytz} -BuildRequires: %{python_module selenium} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sqlparse} BuildRequires: %{python_module tblib} BuildRequires: fdupes BuildRequires: python-rpm-macros +# python-selenium is supported only on the Intel architecture +# Django testsuite runs just fine without, just skips the affected tests +%ifarch %{ix86} x86_64 +BuildRequires: %{python_module selenium} +%endif Requires: python-Pillow Requires: python-argon2-cffi >= 16.1.0 Requires: python-pytz