Skip to content

Commit

Permalink
pkgs/sagemath-{categories,modules}: Require sage-setup[autogen] after s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 30, 2023
1 parent cd1168d commit 3df0c71
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/sagemath-categories/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
[build-system]
# Minimum requirements for the build system to execute.
requires = [
"sage_setup[autogen]",
SPKG_INSTALL_REQUIRES_setuptools_wheel
SPKG_INSTALL_REQUIRES_wheel
SPKG_INSTALL_REQUIRES_sage_setup
1 change: 1 addition & 0 deletions pkgs/sagemath-modules/pyproject.toml.m4
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
# Note we include numpy here to build some modules that cimport numpy,
# but it is not part of the install-requires.
requires = [
"sage_setup[autogen]",
SPKG_INSTALL_REQUIRES_setuptools_wheel
SPKG_INSTALL_REQUIRES_wheel
SPKG_INSTALL_REQUIRES_sage_setup

0 comments on commit 3df0c71

Please sign in to comment.