me
/
guix
Archived
1
0
Fork 0

gnu: python-pyvcf: Build with old setuptools.

* gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Add
PYTHON-SETUPTOOLS.
Marius Bakke 2022-01-22 08:53:12 +01:00
parent 404447b742
commit af473726b2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View File

@ -15321,7 +15321,9 @@ for the analysis and visualization of raw nanopore signal.")
(delete-file-recursively (string-append (delete-file-recursively (string-append
(site-packages inputs outputs) (site-packages inputs outputs)
"/vcf/test"))))))) "/vcf/test")))))))
(native-inputs (list python-cython)) (native-inputs
;; Older setuptools is needed for use_2to3.
(list python-cython python-setuptools))
(propagated-inputs (propagated-inputs
(list python-pysam python-rpy2)) (list python-pysam python-rpy2))
(home-page "https://github.com/jamescasbon/PyVCF") (home-page "https://github.com/jamescasbon/PyVCF")