aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2021-07-30 14:26:27 -0400
committerHorea Christian <chr@chymera.eu>2021-07-30 14:26:27 -0400
commitad210701a5f482395b08d16aa2dd3760b264d9c8 (patch)
treefc792a98fc564ce9f9d5aa3bbe9e2ed2864e4584 /sci-libs/nipype/nipype-1.5.0.ebuild
parentdev-python/cadquery-ocp: add python flag as dep (diff)
downloadsci-ad210701a5f482395b08d16aa2dd3760b264d9c8.tar.gz
sci-ad210701a5f482395b08d16aa2dd3760b264d9c8.tar.bz2
sci-ad210701a5f482395b08d16aa2dd3760b264d9c8.zip
sci-libs/nipype: PYTHON_COMPAT update
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-libs/nipype/nipype-1.5.0.ebuild')
-rw-r--r--sci-libs/nipype/nipype-1.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild b/sci-libs/nipype/nipype-1.5.0.ebuild
index 87975149e..35792adbc 100644
--- a/sci-libs/nipype/nipype-1.5.0.ebuild
+++ b/sci-libs/nipype/nipype-1.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="threads(+),sqlite"
inherit distutils-r1