forked from pool/python-ipython
Accepting request 878748 from home:bnavigator:branches:devel:languages:python:jupyter
- As of now, iptest still needs nose until the removal is complete gh#ipython/ipython#12840 OBS-URL: https://build.opensuse.org/request/show/878748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=65
This commit is contained in:
parent
39216737f6
commit
0b61f5444e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 13 13:06:24 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- As of now, iptest still needs nose until the removal is complete
|
||||||
|
gh#ipython/ipython#12840
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 1 18:27:17 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Mon Mar 1 18:27:17 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ipython-test
|
# spec file for package python-ipython
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -85,7 +85,7 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%if %{with ico}
|
%if %{with ico}
|
||||||
BuildRequires: icoutils
|
BuildRequires: icoutils
|
||||||
%endif
|
%endif
|
||||||
@ -129,6 +129,7 @@ Requires: %{name} = %{version}
|
|||||||
Requires: python-Pygments
|
Requires: python-Pygments
|
||||||
Requires: python-ipykernel
|
Requires: python-ipykernel
|
||||||
Requires: python-nbformat
|
Requires: python-nbformat
|
||||||
|
Requires: python-nose >= 0.10.1
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-testpath
|
Requires: python-testpath
|
||||||
|
Loading…
Reference in New Issue
Block a user