You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/sympy/files/sympy-0.7.2-mpmath.patch

16 lines
504 B

diff -r -U1 sympy-0.7.2.orig/setup.py sympy-0.7.2/setup.py
--- sympy-0.7.2.orig/setup.py 2012-10-17 09:30:33.000000000 +0700
+++ sympy-0.7.2/setup.py 2012-10-20 23:07:53.000000000 +0700
@@ -67,7 +67,2 @@
'sympy.matrices.expressions',
- 'sympy.mpmath',
- 'sympy.mpmath.calculus',
- 'sympy.mpmath.functions',
- 'sympy.mpmath.libmp',
- 'sympy.mpmath.matrices',
'sympy.ntheory',
@@ -222,3 +217,2 @@
'sympy.matrices.tests',
- 'sympy.mpmath.tests',
'sympy.ntheory.tests',