- Suggest primary python package -- boo#1214354

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=41
This commit is contained in:
Benjamin Greiner 2023-08-17 16:00:02 +00:00 committed by Git OBS Bridge
parent abd8db6524
commit 8723ccdc73
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 17 15:59:44 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Suggest primary python package -- boo#1214354
-------------------------------------------------------------------
Sun Jun 11 19:50:37 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -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.