- Deduplicate files in _jupyter_kernel_dir.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=38
This commit is contained in:
Matej Cepl 2021-09-22 15:23:56 +00:00 committed by Git OBS Bridge
parent 55d9b06db6
commit b18fb2ca47
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 22 15:23:38 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Deduplicate files in _jupyter_kernel_dir.
-------------------------------------------------------------------
Wed Sep 15 05:29:16 UTC 2021 - Arun Persaud <arun@gmx.de>

View File

@ -103,6 +103,7 @@ $python -m ipykernel install \
sed -i "s|$(readlink -f python3)|python3|" %{buildroot}%{_jupyter_kernel_dir}/python3/kernel.json
%endif
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%fdupes %{buildroot}%{_jupyter_kernel_dir}
%check
%pytest -ra