From 2b2e03590c3889167f10994a9bbd18b60e020107 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 17 Jan 2026 14:33:20 +0000 Subject: [PATCH] gnu: Remove python-requests-next. * gnu/packages/python-web.scm (python-requests-next): Delete variable. Change-Id: I83a6c57aa27afaeb9116efb33982dce92f5cfa1d --- 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 dcd4781dfc..4be8609056 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")