guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ff846b86358fcb5f99a7834cd8b6367d2421c9db
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 29 20:58:00 2025 +0100

    gnu: clipper-peak: Adjust native-inputs.
    
    * gnu/packages/bioinformatics.scm (clipper-peak)[native-inputs]:
    Remove python-wheel; replace python-nose by python-pynose; sort a->z.
    
    Change-Id: Id8fa425960c4d8675f3e863e0576dc407c383d8f
    Modified-by: Sharlatan Hellseher <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/bioinformatics.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0ca3956124..57166aa64b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6298,12 +6298,11 @@ setup"))))
                   python-pysam
                   python-numpy
                   python-scipy))
-    (native-inputs (list python-setuptools-git
+    (native-inputs (list python-mock
+                         python-pynose
+                         python-pytz
                          python-setuptools
-                         python-wheel
-                         python-mock ;for tests
-                         python-nose ;for tests
-                         python-pytz)) ;for tests
+                         python-setuptools-git))
     (home-page "https://github.com/YeoLab/clipper";)
     (synopsis "CLIP peak enrichment recognition")
     (description "CLIPper is a tool to define peaks in CLIP-seq datasets.")

Reply via email to