From 7a8d5796cd854c845a7809d7e2546fdefc5664491ac3ccdafd9599ad0128216f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 7 Aug 2023 13:04:51 +0000 Subject: [PATCH] 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 --- python-notebook.changes | 5 +++++ python-notebook.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-notebook.changes b/python-notebook.changes index d62825b..231137f 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 12:00:44 UTC 2023 - Jiri Srain + +- Don't require pandoc on ALP + ------------------------------------------------------------------- Sun Apr 23 17:28:42 UTC 2023 - Ben Greiner diff --git a/python-notebook.spec b/python-notebook.spec index bb78c7e..b32fabf 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -91,11 +91,13 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests-unixsocket} BuildRequires: %{python_module requests} BuildRequires: %{python_module testpath} +%if 0%{?suse_version} != 1600 %ifnarch %{ix86} # pandoc package disabled build for ix86 BuildRequires: pandoc %endif %endif +%endif %python_subpackages %description