forked from pool/julia
Accepting request 1146578 from home:uncomfyhalomacro:branches:science
- Use python3 instead of python. Python 2.x is EOL-ed. OBS-URL: https://build.opensuse.org/request/show/1146578 OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=172
This commit is contained in:
parent
05472e8435
commit
6b9d690f48
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 11 05:19:11 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Use python3 instead of python. Python 2.x is EOL-ed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 04:16:58 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package julia
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -115,7 +115,7 @@ BuildRequires: p7zip >= 16
|
||||
BuildRequires: patchelf >= 0.9
|
||||
BuildRequires: pcre2-devel >= 10.31
|
||||
BuildRequires: perl
|
||||
BuildRequires: python >= 2.5
|
||||
BuildRequires: python3
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: suitesparse-devel >= 7.2.1
|
||||
BuildRequires: update-desktop-files
|
||||
@ -156,8 +156,8 @@ Requires: julia-devel = %{version}
|
||||
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(post): %{_sbindir}/ldconfig
|
||||
Requires(postun):%{_sbindir}/update-alternatives
|
||||
Requires(postun):%{_sbindir}/ldconfig
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/ldconfig
|
||||
|
||||
Recommends: curl
|
||||
Recommends: git
|
||||
|
Loading…
Reference in New Issue
Block a user