summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-26 19:06:43 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-29 15:28:37 +0000
commit1a6ab6cbb7dc18a91d95286957755e8719a4b4d9 (patch)
tree4afdff9f26fbdc94de278281c4cceaa180e1de91 /gnu/packages/python-web.scm
parent473ec0750d437cb8191369ecc4f431479e423281 (diff)
gnu: python-tldextract: Relax requests-file requirement.
* gnu/packages/python-web.scm (python-tldextract)[arguments] <#:phases>: Add phase 'relax-requirements. Change-Id: I88bf257884323f4e8ccd82ba7d2727c86b458b37 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2bd61c84606..09d8e8744ed 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3976,6 +3976,15 @@ high-speed transfers via libcurl and frequently outperforms alternatives.")
(sha256
(base32 "02c6cyh8f3dagcw786m9nl5y0n3xa98p5mb7d7xfr84l2l5bglmk"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "pyproject.toml"
+ (("\"requests-file.*\",")
+ "\"requests-file\",")))))))
(native-inputs
(list nss-certs-for-test
python-pytest