From fdece4569e7f0db9723e14f86311001ed0719e53 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 5 Feb 2026 00:37:07 +0100 Subject: gnu: python-woob: Relax requirements. * gnu/packages/python-web.scm (python-woob)[arguments]<#:phases>: Add phase 'relax-requirements. Change-Id: Ib178d637ef1658702099ecd1c0fca570128970ed Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f7c52908629..22ed68c6ba7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -12316,10 +12316,13 @@ can be handled by the @code{colorsys} module in the Python standard library.") #~(modify-phases %standard-phases (add-before 'build 'relax-requirements (lambda _ - ;; "packaging ~= 23.0", (substitute* "pyproject.toml" + ;; packaging ~= 23.0 (("\"packaging .*\",") - ""))))))) + "") + ;; rich~=13.0 + (("\"rich .*\",") + "\"rich\","))))))) (native-inputs (list nss-certs-for-test python-pytest -- cgit v1.3