Accepting request 1102705 from home:jsrain:branches:devel:languages:python:jupyter
- Don't require pandoc on ALP OBS-URL: https://build.opensuse.org/request/show/1102705 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=65
This commit is contained in:
parent
82161c47a5
commit
7a8d5796cd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 7 12:00:44 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||||
|
|
||||||
|
- Don't require pandoc on ALP
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 23 17:28:42 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Apr 23 17:28:42 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -91,11 +91,13 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module requests-unixsocket}
|
BuildRequires: %{python_module requests-unixsocket}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module testpath}
|
BuildRequires: %{python_module testpath}
|
||||||
|
%if 0%{?suse_version} != 1600
|
||||||
%ifnarch %{ix86}
|
%ifnarch %{ix86}
|
||||||
# pandoc package disabled build for ix86
|
# pandoc package disabled build for ix86
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user