summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-07 23:22:00 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:35 +0100
commit786819dca16cd560edd04cb0ae16db857a4a4f12 (patch)
treef6993f7ed5c94970c8997711bf41e571c5ddb319 /gnu/packages/python-web.scm
parentc3db101ad7ecb666d82d5d07823ca4e9d50480e8 (diff)
gnu: python-selenium: Relax requirement on urllib3.
* gnu/packages/python-web.scm (python-selenium): [phases]{relax-requirements}: Add urllib3 to the scope.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index af2915a5262..7b09c8441ab 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11190,7 +11190,7 @@ infrastructure required by Selenium.")
11190 (add-after 'chdir 'relax-requirements 11190 (add-after 'chdir 'relax-requirements
11191 (lambda _ 11191 (lambda _
11192 (substitute* "pyproject.toml" 11192 (substitute* "pyproject.toml"
11193 (("\"(typing_extensions|trio)~=.*\"," _ target) 11193 (("\"(typing_extensions|trio|urllib3.*)~=.*\"," _ target)
11194 (format #f "~s," target)))))))) 11194 (format #f "~s," target))))))))
11195 (propagated-inputs (list python-certifi 11195 (propagated-inputs (list python-certifi
11196 python-trio 11196 python-trio