forked from pool/python-jupyter-core
Accepting request 1155267 from home:dimstar:Factory
- Skip build for python 3.9: python-ipython is no longer available. OBS-URL: https://build.opensuse.org/request/show/1155267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=54
This commit is contained in:
parent
6146370821
commit
e6d0b6695f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 15:14:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Skip build for python 3.9: python-ipython is no longer available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 11:00:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-jupyter-core
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -24,6 +24,7 @@
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define skip_python39 1
|
||||
%define psuffix -test
|
||||
%bcond_without test
|
||||
%else
|
||||
@ -52,7 +53,7 @@ BuildRequires: alts
|
||||
Requires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%endif
|
||||
Recommends: python-ipython
|
||||
Provides: python-jupyter_core = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user