Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
src/setup.cfg.m4: pull in conway_polynomial's install-requires as deps
conway_polynomials is a python package now and can be depended upon
via the python tooling.
  • Loading branch information
orlitzky committed Nov 25, 2023
commit c5795080f040e54fb617b9cddefb13df3d91e7ba
1 change: 1 addition & 0 deletions src/setup.cfg.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install_requires =
SPKG_INSTALL_REQUIRES_sage_conf
SPKG_INSTALL_REQUIRES_six
dnl From build/pkgs/sagelib/dependencies
SPKG_INSTALL_REQUIRES_conway_polynomials
SPKG_INSTALL_REQUIRES_cypari
SPKG_INSTALL_REQUIRES_cysignals
SPKG_INSTALL_REQUIRES_cython
Expand Down