guix-commits
[Top][All Lists]
Advanced

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

213/214: gnu: python-pyvcf: Use older setuptools.


From: guix-commits
Subject: 213/214: gnu: python-pyvcf: Use older setuptools.
Date: Tue, 20 Sep 2022 11:07:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9ed635cd9aba00991aae501f5ffa42a8a93d9e1d
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]