guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 333a89ceb962197acca62330d02e232ebe90fec6
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 15 10:24:43 2026 +0100
build-system: pyproject: Remove reference to python-build-system.
* guix/build-system/pyproject.scm (%pyproject-build-system-modules):
Replace %python-build-system-modules by %default-gnu-imported-modules.
Change-Id: Ifee0564b61d15a022dc22afe437567d86034c81b
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
guix/build-system/pyproject.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build-system/pyproject.scm b/guix/build-system/pyproject.scm
index 24b3d4c40c..9ad5679564 100644
--- a/guix/build-system/pyproject.scm
+++ b/guix/build-system/pyproject.scm
@@ -48,7 +48,7 @@
;; Build-side modules imported by default.
`((guix build pyproject-build-system)
(guix build toml)
- ,@%python-build-system-modules))
+ ,@%default-gnu-imported-modules))
(define (default-python)
"Return the default Python package, resolved lazily."