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:
Ricardo Wurmus 2022-09-20 14:25:15 +02:00
parent 87a9f03b32
commit 9ed635cd9a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -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")