gnu: python-efl: Fix bulid.

* gnu/packages/enlightenment.scm (python-efl)[native-inputs]: Remove
python-cython; add python-cython-0.

Change-Id: I6899a268a0019774709e1e318ccf3966239e7098
This commit is contained in:
Sharlatan Hellseher 2025-09-23 10:10:07 +01:00
parent 0347a05626
commit 569d3f86d1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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/")