Accepting request 989641 from home:badshah400:branches:science

Add python-Mathics-relax-sympy-versions.patch -- Relax required sympy versions, to enable tests to run on openSUSE >= 1550 where python-sympy is at version 1.10.x already.

OBS-URL: https://build.opensuse.org/request/show/989641
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=18
This commit is contained in:
2022-07-20 10:41:38 +00:00
committed by Git OBS Bridge
parent 798cf03521
commit 8326233378
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
Index: Mathics-4.0.0/setup.py
===================================================================
--- Mathics-4.0.0.orig/setup.py
+++ Mathics-4.0.0/setup.py
@@ -105,7 +105,7 @@ else:
# General Requirements
INSTALL_REQUIRES += [
"Mathics_Scanner>=1.2.1,<1.3.0",
- "sympy>=1.8, <= 1.9dev",
+ "sympy>=1.8",
"mpmath>=1.2.0",
"numpy",
"palettable",