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:
committed by
Andreas Enge
parent
57379fbc44
commit
fdece4569e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user