diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 17:37:02 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:47 +0100 |
| commit | 37f352ef53a294d9356c75da6029f5159c2f58a7 (patch) | |
| tree | 27cf893bc64d3dbc887456e8ea5dee876f5a744a /gnu/packages/python-xyz.scm | |
| parent | 69ad91c22947ebc668c50a48a691b946338b6b50 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d6682c9cd63..0d116775269 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 |
