- Fix a bad Requires: with %{python_module construct.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server-terminals?expand=0&rev=8
This commit is contained in:
Matej Cepl 2023-11-08 10:28:10 +00:00 committed by Git OBS Bridge
parent f3f7dfa2f2
commit 206ed68c3f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 8 10:28:04 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Fix a bad Requires: with %{python_module construct.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner <code@bnavigator.de> Sun Jan 22 13:00:36 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -56,8 +56,7 @@ A Jupyter Server Extension Providing Terminals.
%package -n jupyter-server-terminals %package -n jupyter-server-terminals
Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals
# Any flavor is okay Requires: python3-jupyter-server-terminals
Requires: (%(echo "%{python_module jupyter-server-terminals = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//'))
%description -n jupyter-server-terminals %description -n jupyter-server-terminals
A Jupyter Server Extension Providing Terminals. A Jupyter Server Extension Providing Terminals.