- 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:
parent
f3f7dfa2f2
commit
206ed68c3f
@ -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>
|
||||
|
||||
|
@ -56,8 +56,7 @@ A Jupyter Server Extension Providing Terminals.
|
||||
|
||||
%package -n jupyter-server-terminals
|
||||
Summary: Jupyter Server Extension registration for python*-jupyter-server-terminals
|
||||
# Any flavor is okay
|
||||
Requires: (%(echo "%{python_module jupyter-server-terminals = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//'))
|
||||
Requires: python3-jupyter-server-terminals
|
||||
|
||||
%description -n jupyter-server-terminals
|
||||
A Jupyter Server Extension Providing Terminals.
|
||||
|
Loading…
x
Reference in New Issue
Block a user