summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2025-11-09 11:52:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-09 19:57:51 +0000
commit45eadd2acf157e33795e7878565d80fe16ad5fb3 (patch)
treedeaa2670e5af68bfe3238c6798e07a056813388c /gnu
parentf0119f0980debc020b0ca124e190f05c524e8e3c (diff)
gnu: python-apscheduler: Fix build.
* gnu/packages/python-xyz.scm (python-apscheduler): Fix build. [native-inputs]: Replace python-pytest-asyncio by python-pytest-asyncio-0.26. Change-Id: I7cc0bc7d687bc40bbda93d453b22698d85232c48 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 65abb7fe4e2..4988f7a3e0e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28545,7 +28545,7 @@ access the system cron automatically and simply using a direct API.")
python-sqlalchemy
python-pyside-6
python-pytest
- python-pytest-asyncio
+ python-pytest-asyncio-0.26
python-pytest-cov
python-pytest-tornado5
python-wheel))