From f54f6ffb868a6d2efaabd957a41d5fbc943d14c2080f9d3c4d4eeb5df48dd82e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 30 Mar 2023 20:21:40 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=59 --- python-notebook.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-notebook.spec b/python-notebook.spec index decd843..c51b8ae 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -171,11 +171,13 @@ This package pulls in the LaTeX dependencies for the Jupyter Notebook. # We don't want to run selenium tests rm -rf notebook/tests/selenium -%if !%{with test} %build +%if !%{with test} %pyproject_wheel +%endif %install +%if !%{with test} %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} From 75cd2a5e01112abfd4d9a2ea7bf9b253f58b046a3d329a7af6cd5b443856b065 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 4 Apr 2023 14:52:07 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=61 --- python-notebook.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-notebook.changes b/python-notebook.changes index 910b09c..8677d15 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 4 14:51:27 UTC 2023 - Ben Greiner + +- Fix debugsources error by having and %install section in :test + flavor + ------------------------------------------------------------------- Thu Mar 30 17:50:17 UTC 2023 - Ben Greiner