guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f005795c04799b682176e74338d21ca0e1e47942
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 30 23:40:47 2025 +0100
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 <[email protected]>
---
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 07641efcdb..3faef60ab0 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")