diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-21 14:14:58 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:33 +0100 |
| commit | 6c28fc5827fc4e11be2d08dd0291115e2bb826b0 (patch) | |
| tree | 6ee20cd35871ec6cad1bef734855062ee2bbca08 /gnu/packages/python-web.scm | |
| parent | 1574c37720a274c06dedab269290cb9c857cdcaf (diff) | |
gnu: Remove python-requests-unixsocket.
* gnu/packages/python-web.scm (python-requests-unixsocket): Delete variable.
Change-Id: I898475524363db1d6011e4de75f643b8d7633cc4
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |
