guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: Remove python-requests@2.7.


From: guix-commits
Subject: 01/06: gnu: Remove python-requests@2.7.
Date: Fri, 28 Aug 2020 11:52:16 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 3b3cc55335ab6e3fd92e66b08a218019213bd89b
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Aug 28 15:37:50 2020 +0200

    gnu: Remove python-requests@2.7.
    
    This variable has no dependents anymore.
    
    * gnu/packages/python-web.scm (python-requests-2.7): Remove variable.
---
 gnu/packages/python-web.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 52ea88c..e43c6f7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1898,18 +1898,6 @@ than Python’s urllib2 library.")
               ("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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]