diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 75a3579..cee1c82 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 17 15:59:44 UTC 2023 - Ben Greiner + +- Suggest primary python package -- boo#1214354 + ------------------------------------------------------------------- Sun Jun 11 19:50:37 UTC 2023 - Ben Greiner diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 20a35ab..cc70204 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -26,8 +26,6 @@ %endif # this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work %bcond_without libalternatives -# avoid rewriting -%define python3dist python3dist # 1.0.0 gets abbreviated by pythondistdeps %define shortversion 1 Name: python-nbclassic%{psuffix} @@ -90,8 +88,9 @@ on top of the new Python server backend. %package -n jupyter-nbclassic Summary: Jupyter Notebook as a Jupyter Server Extension -# Any flavor is okay -Requires: %python3dist(nbclassic) = %{shortversion} +# Any flavor is okay, but suggest the primary one for automatic zypper choice -- boo#1214354 +Requires: python3dist(nbclassic) = %{shortversion} +Suggests: python3-nbclassic %description -n jupyter-nbclassic NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.