From b9c609ad1358ee269fe806f3329799cd3489ffd7b37f7f0dc34b7a495fde8c2c Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 2 Nov 2025 04:40:22 +0000 Subject: [PATCH] Accepting request 1314385 from home:badshah400:branches:science Drop llvmlite optional requirement for tests; fixes test flavour builds for Tumbleweed which are incompatible with latest llvmlite. OBS-URL: https://build.opensuse.org/request/show/1314385 OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=53 --- python-Mathics.changes | 7 +++++++ python-Mathics.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-Mathics.changes b/python-Mathics.changes index b17705d..f218aa1 100644 --- a/python-Mathics.changes +++ b/python-Mathics.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 29 13:13:53 UTC 2025 - Atri Bhattacharya + +- Drop llvmlite optional requirement for tests; fixes test flavour + builds for Tumbleweed which are incompatible with latest + llvmlite. + ------------------------------------------------------------------- Sun Aug 31 04:44:06 UTC 2025 - Atri Bhattacharya diff --git a/python-Mathics.spec b/python-Mathics.spec index 4e3953a..980e7a9 100644 --- a/python-Mathics.spec +++ b/python-Mathics.spec @@ -70,7 +70,6 @@ BuildRequires: %{python_module Mathics = %{version}} BuildRequires: %{python_module Pillow >= 9.2} BuildRequires: %{python_module Pint} BuildRequires: %{python_module chardet} -BuildRequires: %{python_module llvmlite} BuildRequires: %{python_module palettable} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scikit-image >= 0.17}