guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 125b6f7a1c8b351fb4e30b6992de764936c31df8
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 17:37:02 2026 +0100
gnu: python-csb43: Relax requirements.
* gnu/packages/python-xyz.scm (python-csb43)[arguments]
<#:phases>: Add phase 'relax-requirements.
Change-Id: If4d718aeb4545fb10c80cfc506a983db66438bed
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 63424ab4dd..c6437c05c3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32869,6 +32869,15 @@ a Python program in an customizable and pythonic way.")
(base32 "030lncdmrcvzgp8v1jw04snnplqxlwf3vikzd0a3jbk5sgrp2cih"))))
(build-system pyproject-build-system)
;; tests: 15102 passed, 36 skipped, 5489 warnings
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "pyproject.toml"
+ (("\"deprecated ~=.*\",")
+ "\"deprecated\",")))))))
(native-inputs
(list python-lxml
python-pytest