guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-pyfaidx: Remove python-setuptools as an input.


From: guix-commits
Subject: 02/02: gnu: python-pyfaidx: Remove python-setuptools as an input.
Date: Thu, 5 Sep 2019 12:37:08 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 067ea2989fce98f3f3f115534e2e685cfc681039
Author: Christopher Baines <address@hidden>
Date:   Thu Sep 5 18:31:25 2019 +0200

    gnu: python-pyfaidx: Remove python-setuptools as an input.
    
    As this is provided by the build system, and I'm assuming that it's not
    necessary to have it as a propagated input.
    
    * gnu/packages/bioinformatics.scm (python-pyfaidx)[propagated-inputs]: 
Remove
    python-setuptools.
---
 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 2ff5f2c..9e8d036 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13433,8 +13433,7 @@ bgzipped text file that contains a pair of genomic 
coordinates per line.")
          "0y5zyjksj1rdglj601xd2bbni5abhdh622y3ck76chyzxz9z4rx8"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-setuptools" ,python-setuptools)
-       ("python-six" ,python-six)))
+     `(("python-six" ,python-six)))
     (home-page "http://mattshirley.com";)
     (synopsis "Random access to fasta subsequences")
     (description



reply via email to

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