diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 17:10:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:37 +0100 |
| commit | b0c2a54a3426f840b502a914bd391467696c4786 (patch) | |
| tree | 6f407e7f410af164fb4bb8869057f001d09ee092 /gnu | |
| parent | bf0d2830d07a7159580a9efe86a53c7e21efe79e (diff) | |
gnu: python-ete3: Fix build.
* gnu/packages/bioinformatics.scm (python-ete3):
[propagated-inputs]: Add python-six.
[native-inputs]: Remove python-wheel.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 01bd10c3017..7b76603530b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -8139,9 +8139,10 @@ visualization on the WashU Epigenome Browser.") | |||
| 8139 | (list python-lxml | 8139 | (list python-lxml |
| 8140 | python-numpy | 8140 | python-numpy |
| 8141 | python-pyqt | 8141 | python-pyqt |
| 8142 | python-scipy)) | 8142 | python-scipy |
| 8143 | python-six)) | ||
| 8143 | (native-inputs | 8144 | (native-inputs |
| 8144 | (list python-pytest python-setuptools python-wheel)) | 8145 | (list python-pytest python-setuptools)) |
| 8145 | (home-page "http://etetoolkit.org") | 8146 | (home-page "http://etetoolkit.org") |
| 8146 | (synopsis "Python environment for phylogenetic tree exploration") | 8147 | (synopsis "Python environment for phylogenetic tree exploration") |
| 8147 | (description | 8148 | (description |
