diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 14:25:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-09-20 17:02:34 +0200 |
commit | 9ed635cd9aba00991aae501f5ffa42a8a93d9e1d (patch) | |
tree | 035e271b85fddf916233012faac15ae4cef8a934 /gnu | |
parent | 87a9f03b3295044d1b0abaf8aad5d9c917a86653 (diff) |
gnu: python-pyvcf: Use older setuptools.
* gnu/packages/bioinformatics.scm (python-pyvcf)[native-inputs]: Replace
python-setuptools with python-setuptools-for-tensorflow.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4e9de568a0..d35e86cd3e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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") |