From 5bcb9d47707ad9a373ba052fffe0b1c2af0302e2 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Thu, 11 Apr 2024 11:48:01 +0800 Subject: [PATCH] Remove outdated comment --- src/pyproject.toml.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pyproject.toml.m4 b/src/pyproject.toml.m4 index 084c5a45ead..7406c7ff359 100644 --- a/src/pyproject.toml.m4 +++ b/src/pyproject.toml.m4 @@ -2,9 +2,6 @@ # Minimum requirements for the build system to execute. requires = [ "sage_setup[autogen]", - # Some version of sage-conf is required. - # Note that PEP517/518 have no notion of optional sage_spkg dependencies: - # https://github.com/pypa/pip/issues/6144 esyscmd(`sage-get-system-packages install-requires-toml \ setuptools \ wheel \