From 45eadd2acf157e33795e7878565d80fe16ad5fb3 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Sun, 9 Nov 2025 11:52:09 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 65abb7fe4e26181fc38628fe8289ef61e2372ee1..4988f7a3e0e14e1701af234d1039ede06e1e9d85 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))