1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-05 00:37:07 +01:00
committed by Andreas Enge
parent 57379fbc44
commit fdece4569e

View File

@@ -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