guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 85ffebdb9dc2fb98ec2c2f9b77c3fff3f8fdcd03
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:14:58 2026 +0000

    gnu: Remove python-requests-unixsocket.
    
    * gnu/packages/python-web.scm (python-requests-unixsocket): Delete variable.
    
    Change-Id: I898475524363db1d6011e4de75f643b8d7633cc4
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4c30fe59b7..eef6d01b44 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6653,9 +6653,6 @@ python-requests.")
 HTTP via a UNIX domain socket.")
     (license license:asl2.0)))
 
-(define-deprecated-package python-requests-unixsocket
-  python-requests-unixsocket2)
-
 (define-public python-requests-ntlm
   (package
     (name "python-requests-ntlm")

Reply via email to