From ff846b86358fcb5f99a7834cd8b6367d2421c9db Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 29 Nov 2025 20:58:00 +0100 Subject: [PATCH] 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 Signed-off-by: Sharlatan Hellseher --- 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 0ca395612404705fbdb88721e1363402db14ae3b..57166aa64b9b17f7dd61a57ee318cbae7d80816c 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.")