guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-pyvcf: Use older setuptools.


From: guix-commits
Subject: 02/03: gnu: python-pyvcf: Use older setuptools.
Date: Tue, 20 Sep 2022 08:28:09 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit d232d11de00a180e7787991ba8c02f0b07c048d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 14:25:15 2022 +0200

    gnu: python-pyvcf: Use older setuptools.
    
    * gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Replace
    python-setuptools with python-setuptools-for-tensorflow.
---
 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 4e9de568a0..d35e86cd3e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15574,7 +15574,7 @@ for the analysis and visualization of raw nanopore 
signal.")
                                          "/vcf/test")))))))
     (native-inputs
      ;; Older setuptools is needed for use_2to3.
-     (list python-cython python-setuptools))
+     (list python-cython python-setuptools-for-tensorflow))
     (propagated-inputs
      (list python-pysam python-rpy2))
     (home-page "https://github.com/jamescasbon/PyVCF";)



reply via email to

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