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:
13
python-Mathics-relax-sympy-versions.patch
Normal file
13
python-Mathics-relax-sympy-versions.patch
Normal 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",
|
||||
Reference in New Issue
Block a user