diff options
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 f5db9a52606..7a05bc88b88 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6952,9 +6952,6 @@ can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.") (license license:expat))) -(define-deprecated/public-alias python-urllib3-next - python-urllib3) ;may be removed after 2025-12-01 - (define-public python-urllib3-1.25 (package (inherit python-urllib3) |
