~ruther/guix-local

45eadd2acf157e33795e7878565d80fe16ad5fb3 — Ghislain Vaillant 5 months ago f0119f0
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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))