forked from pool/python-Django
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
This commit is contained in:
parent
20b0cbf787
commit
50e0e77a46
@ -19,6 +19,11 @@ Thu Oct 4 13:13:00 UTC 2018 - Alberto Planas Dominguez <aplanas@suse.com>
|
|||||||
permission made a POST request to an admin user change form
|
permission made a POST request to an admin user change form
|
||||||
(#29809).
|
(#29809).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 18 13:17:15 CEST 2018 - Matěj Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Switch of BR selenium for non-Intel platforms.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 12:24:15 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Sep 4 12:24:15 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -41,12 +41,16 @@ BuildRequires: %{python_module numpy}
|
|||||||
BuildRequires: %{python_module pylibmc}
|
BuildRequires: %{python_module pylibmc}
|
||||||
BuildRequires: %{python_module python-memcached >= 1.59}
|
BuildRequires: %{python_module python-memcached >= 1.59}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module selenium}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module sqlparse}
|
BuildRequires: %{python_module sqlparse}
|
||||||
BuildRequires: %{python_module tblib}
|
BuildRequires: %{python_module tblib}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
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-Pillow
|
||||||
Requires: python-argon2-cffi >= 16.1.0
|
Requires: python-argon2-cffi >= 16.1.0
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
|
Loading…
Reference in New Issue
Block a user