11
0

require any flavor of the python package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook-shim?expand=0&rev=7
This commit is contained in:
2022-12-31 22:48:50 +00:00
committed by Git OBS Bridge
parent 17a689c7eb
commit 2cc6ca5a35

View File

@@ -47,6 +47,8 @@ Jupyter Server for their Python Web application backend.
%package -n jupyter-notebook-shim
Summary: The configuration file for python-notebook-shim
Provides: juypter-notebook_shim = %{version}-%{release}
# Any flavor is okay
Requires: (%(echo "%{python_module notebook-shim = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//'))
%description -n jupyter-notebook-shim
This project provides a way for JupyterLab and other frontends to switch to
@@ -61,6 +63,7 @@ file
%install
%pyproject_install
%python_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check