Skip to content

Commit f3b90c1

Browse files
committed
pkgs/sagemath-repl/pyproject.toml.m4: add package sage.interfaces
The sagemath-repl distribution now ships two modules belonging to sage.interfaces. If we don't include sage.interfaces in the "packages" list, they won't actually be installed.
1 parent 6bc91b5 commit f3b90c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/sagemath-repl/pyproject.toml.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ py-modules = [
4242
]
4343
packages = [
4444
"sage.doctest",
45+
"sage.interfaces",
4546
"sage.repl",
4647
"sage.repl.display",
4748
"sage.repl.ipython_kernel",

0 commit comments

Comments
 (0)