aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/nibabel/nibabel-2.3.1.ebuild')
-rw-r--r--sci-libs/nibabel/nibabel-2.3.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/nibabel/nibabel-2.3.1.ebuild b/sci-libs/nibabel/nibabel-2.3.1.ebuild
index 4503f2519..1b571d4b0 100644
--- a/sci-libs/nibabel/nibabel-2.3.1.ebuild
+++ b/sci-libs/nibabel/nibabel-2.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -22,7 +22,7 @@ RDEPEND="
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dicom? (
- sci-libs/pydicom[${PYTHON_USEDEP}]
+ sci-libs/pydicom
dev-python/pillow[${PYTHON_USEDEP}]
)
"