From 409c99f4b9e5f7902efd59de0b27e727cc8908d9 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 30 Jan 2025 23:40:47 +0100 Subject: [PATCH] gnu: python-doubletdetection: Remove python-black native-input. * gnu/packages/bioinformatics.scm (python-doubletdetection) [native-inputs]: Remove python-black. Change-Id: Iaa12a1b73bb2f97a053c7b6365b3e1bc7c53080d Signed-off-by: Sharlatan Hellseher --- gnu/packages/bioinformatics.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 31d662c21bf..0e2cb9c4353 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2899,8 +2899,7 @@ demultiplexing step.") python-scipy python-tqdm)) (native-inputs - (list python-black - python-flake8 + (list python-flake8 python-poetry-core python-pytest)) (home-page "https://github.com/JonathanShor/DoubletDetection")