Accepting request 705255 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/705255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-05-27 06:38:14 +00:00 committed by Git OBS Bridge
commit de6b79afe8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 22 21:53:32 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Remove selenium test dependency, it isn't really needed for the
tests and doesn't work on ARM.
-------------------------------------------------------------------
Thu May 2 18:13:49 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -44,7 +44,7 @@ BuildRequires: %{python_module nose}
BuildRequires: %{python_module prometheus_client}
BuildRequires: %{python_module pyzmq >= 17}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module selenium}
# BuildRequires: %%{python_module selenium}
BuildRequires: %{python_module terminado >= 0.8.1}
BuildRequires: %{python_module tornado >= 4}
BuildRequires: %{python_module traitlets >= 4.2.1}