Skip to content

Commit 8268bcc

Browse files
fanquakeJaredTate
authored andcommitted
guix: use upstream python-requests (2.26.0)
Upstream python requests is now modern enough to be used as a dependency for signapple. Which requires requests>=2.25.1. (cherry picked from commit 84f9931)
1 parent 247ef71 commit 8268bcc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -439,16 +439,6 @@ certificates or paths. Supports various options, including: validation at a
439439
specific moment in time, whitelisting and revocation checks.")
440440
(license license:expat))))
441441

442-
(define-public python-requests-2.25.1
443-
(package (inherit python-requests)
444-
(version "2.25.1")
445-
(source (origin
446-
(method url-fetch)
447-
(uri (pypi-uri "requests" version))
448-
(sha256
449-
(base32
450-
"015qflyqsgsz09gnar69s6ga74ivq5kch69s4qxz3904m7a3v5r7"))))))
451-
452442
(define-public python-altgraph
453443
(package
454444
(name "python-altgraph")
@@ -541,7 +531,7 @@ and endian independent.")
541531
("python-oscrypto" ,python-oscrypto)
542532
("python-certvalidator" ,python-certvalidator)
543533
("python-elfesteem" ,python-elfesteem)
544-
("python-requests" ,python-requests-2.25.1)
534+
("python-requests" ,python-requests)
545535
("python-macholib" ,python-macholib)
546536
("libcrypto" ,openssl)))
547537
;; There are no tests, but attempting to run python setup.py test leads to

0 commit comments

Comments
 (0)