mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-pyvcf: Use older setuptools.
* gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Replace python-setuptools with python-setuptools-for-tensorflow.
This commit is contained in:
parent
87a9f03b32
commit
9ed635cd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue