guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70757] [PATCH 021/714] gnu: python-liana-py: Remove python-black na


From: Nicolas Graves
Subject: [bug#70757] [PATCH 021/714] gnu: python-liana-py: Remove python-black native-input.
Date: Fri, 3 May 2024 18:55:20 +0200

* gnu/packages/bioinformatics.scm (python-liana-py):
  [native-inputs]: Remove python-black.

Change-Id: I69f3d751318e2c3b9c4986d1ca1ea08716f2bb0b
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1489b6c6fb..1bcb803a03 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2157,7 +2157,7 @@ (define-public python-liana-py
                              python-tqdm
                              tzdata))
     (native-inputs
-     (list python-black python-pytest python-pytest-cov python-numpy))
+     (list python-pytest python-pytest-cov python-numpy))
     (home-page "https://github.com/saezlab/liana-py";)
     (synopsis "LIANA is a ligand-receptor analysis framework")
     (description "This is a Ligand-Receptor inference framework.  The
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]