GNU bug report logs - #76571
[PATCH python-team 00/15] Some fixes

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 25 Feb 2025 22:52:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76571 <at> debbugs.gnu.org
Subject: [bug#76571] [PATCH 07/15] gnu: sdkmanager: Update python-urllib3.
Date: Tue, 25 Feb 2025 08:05:54 +0100
* gnu/packages/android.scm (sdkmanager)[inputs]: Switch to
python-urllib3-next.
---
 gnu/packages/android.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index cb699b06dc..bafca18abe 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -738,7 +738,10 @@ (define-public sdkmanager
                (base32
                 "11as7n2mj3nbqsqb3ivyv9985n73i022s748qvjg36cs8ig50afx"))))
     (build-system pyproject-build-system)
-    (inputs (list python-requests python-argcomplete python-urllib3 gnupg))
+    (inputs (list python-requests
+                  python-argcomplete
+                  python-urllib3-next
+                  gnupg))
     (native-inputs (list python-setuptools python-wheel))
     (arguments
      (list #:phases #~(modify-phases %standard-phases
-- 
2.48.1



-- 
Best regards,
Nicolas Graves




This bug report was last modified 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.