Benjamin Greiner 2022-12-27 00:18:43 +00:00 committed by Git OBS Bridge
parent 0c1573f814
commit a8e5cfd5e7

View File

@ -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 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 hatchling}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: jupyter-rpm-macros BuildRequires: jupyter-rpm-macros
@ -72,6 +73,7 @@ sed -i 's/--color=yes//' pyproject.toml
%install %install
%pyproject_install %pyproject_install
%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif %endif