From 993eaea23c0618d5c8ef9c476be25db129e968ac 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 4f4be10a472..b47caa41c76 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2896,8 +2896,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")