diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
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 |
