guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2078aeebe04826c4a1b33090482f863d9dd77844
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 15:41:15 2025 +0100
gnu: vapoursynth: Fix build.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: Iaded25958277d0264f89a4966c9b070b5fae7945
---
gnu/packages/video.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5d491abe40..fd0f07acc6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3774,7 +3774,7 @@ capabilities.")
(native-inputs
(list autoconf
automake
- python-cython
+ python-cython-0
libtool
pkg-config
yasm))