diff options
author | 2020-05-08 01:07:01 -0400 | |
---|---|---|
committer | 2020-05-08 01:07:01 -0400 | |
commit | 44f1e176100adf8de5b8dcb9c460f23f2d70b3f6 (patch) | |
tree | 3119ea370372def7d20c8287c65d4e456c49d4d0 /sci-libs/pybids | |
parent | sci-biology/pybedtools: hopefully install generated HTML files (diff) | |
download | sci-44f1e176100adf8de5b8dcb9c460f23f2d70b3f6.tar.gz sci-44f1e176100adf8de5b8dcb9c460f23f2d70b3f6.tar.bz2 sci-44f1e176100adf8de5b8dcb9c460f23f2d70b3f6.zip |
sci-libs/pybids: updated PYTHON_COMPAT
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-libs/pybids')
-rw-r--r-- | sci-libs/pybids/pybids-0.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild index 1a3e5aa5f..4aec991e7 100644 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ b/sci-libs/pybids/pybids-0.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |