Skip to content

Commit 84f9931

Browse files
committed
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.
1 parent 187dc1e commit 84f9931

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
@@ -409,16 +409,6 @@ certificates or paths. Supports various options, including: validation at a
409409
specific moment in time, whitelisting and revocation checks.")
410410
(license license:expat))))
411411

412-
(define-public python-requests-2.25.1
413-
(package (inherit python-requests)
414-
(version "2.25.1")
415-
(source (origin
416-
(method url-fetch)
417-
(uri (pypi-uri "requests" version))
418-
(sha256
419-
(base32
420-
"015qflyqsgsz09gnar69s6ga74ivq5kch69s4qxz3904m7a3v5r7"))))))
421-
422412
(define-public python-altgraph
423413
(package
424414
(name "python-altgraph")
@@ -511,7 +501,7 @@ and endian independent.")
511501
("python-oscrypto" ,python-oscrypto)
512502
("python-certvalidator" ,python-certvalidator)
513503
("python-elfesteem" ,python-elfesteem)
514-
("python-requests" ,python-requests-2.25.1)
504+
("python-requests" ,python-requests)
515505
("python-macholib" ,python-macholib)
516506
("libcrypto" ,openssl)))
517507
;; There are no tests, but attempting to run python setup.py test leads to

0 commit comments

Comments
 (0)