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