guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 819cf397efda477e775008354bc8083262a3f565
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 c150a304a3..dd6eb94a52 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")