guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0cb2b9e9c3290b109ed3057740385c2ec0d85d05
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Dec 31 11:11:41 2025 +0100
gnu: python-pretend: Adapt native-inputs.
* gnu/packages/python-build.scm (python-pretend): Remove python-pytest,
and python-setuptools; add python-packaging-bootstrap,
python-pytest-bootstrap, and python-setuptools-bootstrap.
Change-Id: I2954284759f0a4ab34917fde332c8ee822b056b3
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-build.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 1ce0815e3a..23c59d8ee5 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -680,8 +680,9 @@ information.")
(base32 "156l685r9mg7i4xyrk9ql3sxk088irxlg8x7md5i0d05hdw1z8rs"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest
- python-setuptools))
+ (list python-packaging-bootstrap
+ python-pytest-bootstrap
+ python-setuptools-bootstrap))
(home-page "https://github.com/alex/pretend")
(synopsis "Library for stubbing in Python")
(description