summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-21 14:14:58 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:33 +0100
commit6c28fc5827fc4e11be2d08dd0291115e2bb826b0 (patch)
tree6ee20cd35871ec6cad1bef734855062ee2bbca08
parent1574c37720a274c06dedab269290cb9c857cdcaf (diff)
gnu: Remove python-requests-unixsocket.
* gnu/packages/python-web.scm (python-requests-unixsocket): Delete variable. Change-Id: I898475524363db1d6011e4de75f643b8d7633cc4
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4c30fe59b70..eef6d01b44e 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")