Accepting request 862130 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/862130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=8
This commit is contained in:
commit
1069ce3ece
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 9 20:07:07 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Don't test with pandoc on ix86
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 21 09:59:15 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
%else
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
@ -59,7 +60,6 @@ Recommends: python-ipywidgets
|
||||
Suggests: %{name}-latex
|
||||
Provides: python-jupyter_notebook = %{version}
|
||||
Obsoletes: python-jupyter_notebook < %{version}
|
||||
BuildArch: noarch
|
||||
%if !%{with test}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@ -87,8 +87,11 @@ BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module terminado >= 0.8.3}
|
||||
BuildRequires: %{python_module tornado >= 5}
|
||||
BuildRequires: %{python_module traitlets >= 4.2.1}
|
||||
%ifnarch %{ix86}
|
||||
# pandoc package disabled build for ix86
|
||||
BuildRequires: pandoc
|
||||
%endif
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user