Skip to content

Commit d7a5f54

Browse files
committed
src/sage/features/sagemath.py: mark sage.libs.giac as optional
1 parent 65ff51e commit d7a5f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/sagemath.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def __init__(self):
560560
"""
561561
JoinFeature.__init__(self, 'sage.libs.giac',
562562
[PythonModule('sage.libs.giac.giac')],
563-
spkg='sagemath_giac', type='standard')
563+
spkg='sagemath_giac', type='optional')
564564

565565

566566
class sage__libs__homfly(JoinFeature):

0 commit comments

Comments
 (0)