New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/47025#issuecomment-1920088027 Comment: Here: ``` --- a/src/sage/features/threejs.py +++ b/src/sage/features/threejs.py @@ -61,4 +61,4 @@ class Threejs(StaticFile): def all_features(): - return [Threejs()] + return [] ```