diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 14:33:20 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:25 +0100 |
| commit | 2b2e03590c3889167f10994a9bbd18b60e020107 (patch) | |
| tree | 46ec0172b79aadf27fe2424f74160c343dacc6dc | |
| parent | 5b87614d2c725c48d147d11beab1608d91065141 (diff) | |
gnu: Remove python-requests-next.
* gnu/packages/python-web.scm (python-requests-next): Delete variable.
Change-Id: I83a6c57aa27afaeb9116efb33982dce92f5cfa1d
| -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 dcd4781dfc9..4be8609056b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6594,9 +6594,6 @@ APIs.") than Python’s urllib2 library.") (license license:asl2.0))) -(define-deprecated/public-alias python-requests-next - python-requests) ;may be removed after 2025-12-01 - (define-public python-requests-kerberos (package (name "python-requests-kerberos") |
