Skip to content

Commit 86f0f20

Browse files
committed
Fix bootstrap
1 parent 8dbc1ea commit 86f0f20

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bliss cysignals | $(PYTHON_TOOLCHAIN) sage_setup sage_conf sagemath_environment cython pkgconfig $(PYTHON)
1+
bliss cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)

pkgs/sagemath-bliss/pyproject.toml.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
33
# Minimum requirements for the build system to execute.
44
requires = [
55
SPKG_INSTALL_REQUIRES_setuptools
6-
SPKG_INSTALL_REQUIRES_sage_conf
76
SPKG_INSTALL_REQUIRES_sage_setup
87
SPKG_INSTALL_REQUIRES_sagemath_environment
98
SPKG_INSTALL_REQUIRES_cython

pkgs/sagemath-environment/pyproject.toml.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dynamic = ["version"]
1515
include(`pyproject_toml_metadata.m4')dnl'
1616

1717
[project.optional-dependencies]
18-
conf = [SPKG_INSTALL_REQUIRES_sage_conf] # sage.env can optionally use sage_conf
1918
docbuild = [SPKG_INSTALL_REQUIRES_sage_docbuild] # For "sage --docbuild"
2019
sage = [SPKG_INSTALL_REQUIRES_sagelib] # For "sage", "sage -t", ...
2120
cython = [SPKG_INSTALL_REQUIRES_cython] # For "sage --cython"

0 commit comments

Comments
 (0)