sagemath/sagemath-fes-build.patch
2017-04-06 08:02:52 -04:00

14 lines
485 B
Diff

diff -up src/sage/libs/fes.pyx.orig src/sage/libs/fes.pyx
--- src/sage/libs/fes.pyx.orig 2017-03-04 13:32:40.457489539 -0500
+++ src/sage/libs/fes.pyx 2017-03-04 13:32:50.717489932 -0500
@@ -84,8 +84,8 @@ from sage.rings.polynomial.pbori import
from sage.arith.all import binomial
from sage.combinat.subset import Subsets
-from sage.matrix.all import *
-from sage.modules.all import *
+from sage.matrix.all import identity_matrix, matrix
+from sage.modules.all import vector