guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71806] [PATCH v3 2/2] gnu: poetry: Build against newer python-reque


From: Felix Gruber
Subject: [bug#71806] [PATCH v3 2/2] gnu: poetry: Build against newer python-requests-toolbelt.
Date: Fri, 19 Jul 2024 17:26:36 +0000

* gnu/packages/python-xyz.scm (poetry)[arguments]: Remove upper version
  bounds on requests-toolbelt dependency.

Change-Id: I0e96dfb36c33935401fc93ff00eaf57b36188bb2
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fcf01f3d04..7ebe8b9e72 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21388,7 +21388,9 @@ (define-public poetry
              (substitute* "setup.py"
                ;; Relax some of the requirements.
                (("(keyring>=21.2.0),<22.0.0" _ keyring) keyring)
-               (("(packaging>=20.4),<21.0" _ packaging) packaging)))))))
+               (("(packaging>=20.4),<21.0" _ packaging) packaging)
+               (("(requests-toolbelt>=0.9.1),<0.10.0" _ requests-toolbelt)
+                requests-toolbelt)))))))
     (propagated-inputs
      (list python-cachecontrol
            python-cachy
-- 
2.43.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]