forked from pool/python-jupyter-core
- Do not pull sybmol named package but real named package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=5
This commit is contained in:
parent
1a23b6df53
commit
664490fa5b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 07:20:32 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Do not pull sybmol named package but real named package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 15:37:51 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-jupyter-core%{psuffix}
|
||||
@ -32,7 +31,6 @@ Version: 4.6.3
|
||||
Release: 0
|
||||
Summary: Base package on which Jupyter projects rely
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jupyter/jupyter_core
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jupyter_core/jupyter_core-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE -- use_rpms_paths.patch -- change paths so they are easy to replace at build time
|
||||
@ -75,9 +73,8 @@ This package provides the python interface.
|
||||
|
||||
%package -n jupyter-jupyter-core
|
||||
Summary: Base package on which Jupyter projects rely
|
||||
Group: Development/Languages/Python
|
||||
Requires: jupyter-notebook-filesystem
|
||||
Requires: python3-jupyter_core = %{version}
|
||||
Requires: python3-jupyter-core = %{version}
|
||||
Provides: jupyter-jupyter_core = %{version}
|
||||
Obsoletes: jupyter-jupyter_core < %{version}
|
||||
Provides: jupyter-jupyter-core-doc = %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user