summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-16 09:03:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:24 +0100
commitdc9c07786e91cdb8f0e46cc7b86414c6e8d96b7a (patch)
tree7e167b3c15a30316bfe6f504fb100bc82bab6852 /gnu/packages/python-web.scm
parent9d6ce0d0d45f4cfdf1fddccc999cfc0dde17ddb6 (diff)
gnu: python-requests-next: Set to python-requests.
Replace all python-requests-next occurrences with python-requests. * gnu/packages/python-web.scm (python-requests-next): Set to python-requests. Change-Id: I712b71f12a2ebad3dfdfd882f24799fd6dd8e054
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm17
1 files changed, 2 insertions, 15 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e934c82f70c..e4b24f2359a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5283,20 +5283,7 @@ APIs.")
than Python’s urllib2 library.")
(license license:asl2.0)))
-(define-public python-requests-next
- (package
- (inherit python-requests)
- (name "python-requests")
- (version "2.32.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "requests" version))
- (sha256
- (base32 "0q5742pnibwy74169kacin3dmqg9jzmzk7qab5aq5caffcbm8djm"))))
- (native-inputs
- (modify-inputs (package-native-inputs python-requests)
- (prepend nss-certs-for-test)))))
+(define-public python-requests-next python-requests)
(define-public python-requests-kerberos
(package
@@ -5343,7 +5330,7 @@ python-requests.")
python-pytest
python-waitress))
(propagated-inputs
- (list python-requests-next
+ (list python-requests
python-urllib3-next))
(home-page "https://gitlab.com/thelabnyc/requests-unixsocket2")
(synopsis "Talk HTTP via a UNIX domain socket")