mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Remove python-requests@2.7.
This variable has no dependents anymore. * gnu/packages/python-web.scm (python-requests-2.7): Remove variable.
This commit is contained in:
parent
3afa95ed18
commit
3b3cc55335
1 changed files with 0 additions and 12 deletions
|
@ -1898,18 +1898,6 @@ (define-public python-requests-2.20
|
|||
("python-idna" ,python-idna-2.7)
|
||||
,@(package-propagated-inputs python-requests)))))
|
||||
|
||||
;; Some software requires an older version of Requests, notably Docker
|
||||
;; Compose.
|
||||
(define-public python-requests-2.7
|
||||
(package (inherit python-requests)
|
||||
(version "2.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "requests" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gdr9dxm24amxpbyqpbh3lbwxc2i42hnqv50sigx568qssv3v2ir"))))))
|
||||
|
||||
(define-public python2-requests
|
||||
(package-with-python2 python-requests))
|
||||
|
||||
|
|
Loading…
Reference in a new issue