guix-commits
[Top][All Lists]
Advanced

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

21/28: gnu: python-pyvcf: Build with old setuptools.


From: guix-commits
Subject: 21/28: gnu: python-pyvcf: Build with old setuptools.
Date: Sat, 22 Jan 2022 04:23:47 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit af473726b20ca8a3128062fb1a4a544de31b0b37
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 08:53:12 2022 +0100

    gnu: python-pyvcf: Build with old setuptools.
    
    * gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Add
    PYTHON-SETUPTOOLS.
---
 gnu/packages/bioinformatics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d6782f6fe6..f32e034804 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15321,7 +15321,9 @@ for the analysis and visualization of raw nanopore 
signal.")
               (delete-file-recursively (string-append
                                          (site-packages inputs outputs)
                                          "/vcf/test")))))))
-    (native-inputs (list python-cython))
+    (native-inputs
+     ;; Older setuptools is needed for use_2to3.
+     (list python-cython python-setuptools))
     (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]