guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1480c9157949674b1ef82549175da0592eeadd3b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 14 20:47:56 2026 +0100
gnu: python-pretend: Drop python-packaging-bootstrap.
* gnu/packages/python-build.scm (python-pretend):
[native-inputs]: Remove python-packaging-bootstrap.
Change-Id: I6d1ceea6399410f575599eb093f22b57c20ee22a
---
gnu/packages/python-build.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 22df11ea04..0ec89fad2f 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -997,7 +997,7 @@ that client code uses to construct the grammar directly in
Python code.")
(version "1.0.9")
(source
(origin
- (method git-fetch) ;no tests in PyPI archive
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/alex/pretend")
(commit (string-append "v" version))))
@@ -1006,8 +1006,7 @@ that client code uses to construct the grammar directly
in Python code.")
(base32 "156l685r9mg7i4xyrk9ql3sxk088irxlg8x7md5i0d05hdw1z8rs"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-packaging-bootstrap
- python-pytest-bootstrap
+ (list python-pytest-bootstrap
python-setuptools-bootstrap))
(home-page "https://github.com/alex/pretend")
(synopsis "Library for stubbing in Python")