guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 409c99f4b9e5f7902efd59de0b27e727cc8908d9
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 31d662c21b..0e2cb9c435 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";)

Reply via email to