gnu: python-zeep: Relax requests-file requirement. * gnu/packages/python-web.scm (python-zeep)[arguments] <#:phases>: Add phase 'relax-requirements. Change-Id: Id09558d0ab8d2dc6d4cd1ae815dafb4d78eb89fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 0 deletions(-) M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +4 -0
@@ 12193,6 12193,10 @@ resources using Web Application Description Language (WADL) files as guides.") '(modify-phases %standard-phases (add-after 'unpack 'compatibility (lambda _ ;; Relax requests-file requirement. (substitute* "pyproject.toml" (("\"requests-file.*\",") "\"requests-file\",")) ;; httpx removed the "proxies" keyword. It's now either "mounts" ;; or "proxy". See https://github.com/encode/httpx/pull/2879. (substitute* "src/zeep/transports.py"