mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-pyvcf: Build with old setuptools.
* gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Add PYTHON-SETUPTOOLS.
This commit is contained in:
parent
404447b742
commit
af473726b2
1 changed files with 3 additions and 1 deletions
|
@ -15321,7 +15321,9 @@ (define-public python-pyvcf
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue