1
0
Todd R 2019-05-02 19:10:55 +00:00 committed by Git OBS Bridge
parent a634704756
commit eac7e3739c

View File

@ -108,6 +108,9 @@ rm jupyter_server/bundler/tests/resources/subdir/subsubdir/.gitkeep
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Avoid conflict with jupyter-notebook
mv %{buildroot}%{_bindir}/jupyter-bundlerextension %{buildroot}%{_bindir}/jupyter-server-bundlerextension
%check
export LANG=en_US.UTF-8
%python_expand nosetests-%{$python_bin_suffix} -v jupyter_server
@ -121,6 +124,6 @@ export LANG=en_US.UTF-8
%license COPYING.md
%{_bindir}/jupyter-server
%{_bindir}/jupyter-extension
%{_bindir}/jupyter-bundlerextension
%{_bindir}/jupyter-server-bundlerextension
%changelog