From a8e5cfd5e7815336431ba863f0500c68e4a4b7f97caad3ae5af28435043f6948 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 27 Dec 2022 00:18:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server-terminals?expand=0&rev=2 --- python-jupyter-server-terminals.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-jupyter-server-terminals.spec b/python-jupyter-server-terminals.spec index c564004..dc000a4 100644 --- a/python-jupyter-server-terminals.spec +++ b/python-jupyter-server-terminals.spec @@ -34,6 +34,7 @@ URL: https://github.com/jupyter-server/jupyter_server_terminals Source: https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-0.4.3.tar.gz BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} +BuildRequires: %{python_module base >= 3.8} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: jupyter-rpm-macros @@ -72,6 +73,7 @@ sed -i 's/--color=yes//' pyproject.toml %install %pyproject_install +%jupyter_move_config %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif