Skip to content

Commit 8302d6c

Browse files
committed
src/sage/features/sagemath.py: mark sage.libs.giac as optional
1 parent 58bd0a6 commit 8302d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/sagemath.py

Lines changed: 1 addition & 1 deletion
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)