summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2020-10-13 23:08:04 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2020-10-13 23:08:04 +0300
commitc958bb24e3101d9a6286259d248a926d2f757dea (patch)
treef321e774944c33402b0fde94f1fd5839da8404ca /sci-chemistry
parentdev-python/astor: Works with py39 (diff)
downloadgentoo-c958bb24e3101d9a6286259d248a926d2f757dea.tar.gz
gentoo-c958bb24e3101d9a6286259d248a926d2f757dea.tar.bz2
gentoo-c958bb24e3101d9a6286259d248a926d2f757dea.zip
sci-chemistry/mdtraj: Works with py39
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
index fba1fb10eed2..b2c7bf93d80d 100644
--- a/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
+++ b/sci-chemistry/mdtraj/mdtraj-1.9.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1