guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 379667f3239a792afc66d1e13051f28002150650
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Oct 26 19:08:22 2025 +0100

    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 <[email protected]>
---
 gnu/packages/python-web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 09d8e8744e..d2fdfb7382 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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"

Reply via email to