mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -1559,8 +1559,7 @@ check list to determine which dependency goes where.
|
|||||||
|
|
||||||
@item
|
@item
|
||||||
Python is packaged @emph{without} @code{setuptools} and @code{pip}
|
Python is packaged @emph{without} @code{setuptools} and @code{pip}
|
||||||
installed per default. @code{python-toolchain} provides a build
|
installed per default.
|
||||||
environment for Python.
|
|
||||||
|
|
||||||
@command{guix lint} will warn if @code{pip} or other unneeded
|
@command{guix lint} will warn if @code{pip} or other unneeded
|
||||||
native-inputs are added.
|
native-inputs are added.
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
;; setuptools. This allows us to skip the dependency on setuptools for
|
;; 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
|
;; packages which don’t need it. And it allows us to more easily swap
|
||||||
;; out setuptools if a different version is required.
|
;; out setuptools if a different version is required.
|
||||||
;; Using python-toolchain here might cause dependency cycles.
|
|
||||||
(@* (gnu packages python) python-sans-pip-wrapper))
|
(@* (gnu packages python) python-sans-pip-wrapper))
|
||||||
|
|
||||||
(define (pyproject-guile-json)
|
(define (pyproject-guile-json)
|
||||||
|
|||||||
Reference in New Issue
Block a user