forked from pool/python-jupyter-server
This commit is contained in:
parent
a634704756
commit
eac7e3739c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user