summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 52ea88c5c06..e43c6f7abac 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1898,18 +1898,6 @@ than Python’s urllib2 library.")
1898 ("python-idna" ,python-idna-2.7) 1898 ("python-idna" ,python-idna-2.7)
1899 ,@(package-propagated-inputs python-requests))))) 1899 ,@(package-propagated-inputs python-requests)))))
1900 1900
1901;; Some software requires an older version of Requests, notably Docker
1902;; Compose.
1903(define-public python-requests-2.7
1904 (package (inherit python-requests)
1905 (version "2.7.0")
1906 (source (origin
1907 (method url-fetch)
1908 (uri (pypi-uri "requests" version))
1909 (sha256
1910 (base32
1911 "0gdr9dxm24amxpbyqpbh3lbwxc2i42hnqv50sigx568qssv3v2ir"))))))
1912
1913(define-public python2-requests 1901(define-public python2-requests
1914 (package-with-python2 python-requests)) 1902 (package-with-python2 python-requests))
1915 1903