summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-24 18:24:36 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-08 23:35:45 +0000
commit77db9c85045e4c72d15346bcb8b86c47c6403c07 (patch)
tree97764a91d21720f9582f5a0a60f6126c7fe06b0b
parent85a32a109905023ed2463ed9978635c97d65bf75 (diff)
doc: Remove mention of python-toolchain.
* doc/contributing.texi (Python Moduels): Drop mention of python-toolchain. * guix/build-system/pyproject.scm: Likewise. Fixes: guix/guix#5841 Change-Id: I39a1ec7ce6da2e5f3298323b36070c3e3b197669
-rw-r--r--doc/contributing.texi3
-rw-r--r--guix/build-system/pyproject.scm1
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index f1ab1b56da2..5ea37a92bad 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1559,8 +1559,7 @@ check list to determine which dependency goes where.
@item
Python is packaged @emph{without} @code{setuptools} and @code{pip}
-installed per default. @code{python-toolchain} provides a build
-environment for Python.
+installed per default.
@command{guix lint} will warn if @code{pip} or other unneeded
native-inputs are added.
diff --git a/guix/build-system/pyproject.scm b/guix/build-system/pyproject.scm
index 24b3d4c40c4..04f816f8e65 100644
--- a/guix/build-system/pyproject.scm
+++ b/guix/build-system/pyproject.scm
@@ -56,7 +56,6 @@
;; setuptools. This allows us to skip the dependency on setuptools for
;; packages which don’t need it. And it allows us to more easily swap
;; out setuptools if a different version is required.
- ;; Using python-toolchain here might cause dependency cycles.
(@* (gnu packages python) python-sans-pip-wrapper))
(define (pyproject-guile-json)