guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 37f352ef53a294d9356c75da6029f5159c2f58a7
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 d6682c9cd6..0d11677526 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32957,6 +32957,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