guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 98ff2fbb5be88cfcff41d83447275b74595c11c5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 15:34:19 2025 +0100

    gnu: urh: Fix bulid.
    
    * gnu/packages/radio.scm (urh)[native-inputs]: Remove python-cython
    and python-wheel; add python-cython-0 and python-setuptools.
    
    Change-Id: Ib3420be4077c9f86843e3ba3feb05cb95e80d727
---
 gnu/packages/radio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 7dc4f65db7..c0a94836a8 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -3368,9 +3368,9 @@ of devices than RTL-SDR.")
               (setenv "DISPLAY" ":0")
               (setenv "HOME" "/tmp"))))))
     (native-inputs
-     (list python-cython
+     (list python-cython-0
            python-pytest
-           python-wheel
+           python-setuptools
            xorg-server-for-tests))
     (inputs
      (list airspy

Reply via email to