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 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}