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