summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 79e4e658d86..6e3eeaac948 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -102,6 +102,7 @@
#:use-module (guix build-system copy)
#:use-module (guix build-system pyproject)
#:use-module (guix build-system python)
+ #:use-module (guix deprecation)
#:use-module (guix download)
#:use-module (guix gexp)
#:use-module (guix git-download)
@@ -5603,7 +5604,8 @@ APIs.")
than Python’s urllib2 library.")
(license license:asl2.0)))
-(define-public python-requests-next python-requests)
+(define-deprecated/public-alias python-requests-next
+ python-requests) ;may be removed after 2025-12-01
(define-public python-requests-kerberos
(package