summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-18 07:49:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:52 +0100
commit3c9365204cedf6297756ef9c067b48754802bfb3 (patch)
tree316a07c140b2c39c8f4b54f6bb40c788d494b4b3 /gnu
parent7674e46b194476867594601551bc8dd86c00e79b (diff)
gnu: python-uvicorn: Fix build.
* gnu/packages/python-web.scm (python-uvicorn): [native-inputs]: Remove python-pytest-asyncio; add python-pytest-asyncio-0.26. Change-Id: I1066aef6557eec3a173d88535e14cbd847ae36f3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 205dd6e587d..5214457a492 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8231,8 +8231,8 @@ cython_always = true"))))))))
;; PyPI tarball has no tests.
(method git-fetch)
(uri (git-reference
- (url "https://github.com/encode/uvicorn")
- (commit version)))
+ (url "https://github.com/encode/uvicorn")
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "05lkxnpzmr0kik81kdcvavjvvc4d1lgmw88mr4vbwsqk147wgqbc"))))
@@ -8259,7 +8259,7 @@ cython_always = true"))))))))
python-hatchling
python-httpx-bootstrap
python-pytest
- python-pytest-asyncio
+ python-pytest-asyncio-0.26
python-pytest-mock
python-requests
python-trustme