guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c9a466428a3b58d4f7a5de82cd0f442fc4ed4c38
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 10:10:07 2025 +0100
gnu: python-efl: Fix bulid.
* gnu/packages/enlightenment.scm (python-efl)[native-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: I6899a268a0019774709e1e318ccf3966239e7098
---
gnu/packages/enlightenment.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 60196cd6e3..8a08262e22 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -433,7 +433,7 @@ embedded systems.")
(delete-file "tests/ecore/test_09_file_download.py")
(delete-file "tests/ecore/test_11_con.py"))))))
(native-inputs
- (list pkg-config python-cython))
+ (list pkg-config python-cython-0))
(inputs
(list efl python-dbus python-packaging))
(home-page "https://www.enlightenment.org/")