summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 07:25:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 07:37:55 +0100
commitbebba32d00cd8635166a3b2856696000f20d4df9 (patch)
tree0f729c8563cc9ecc1b2dff55c1397f14fb176e98 /sci-chemistry/GromacsWrapper
parentsci-chemistry/chemex: Permit numpy-python2 (diff)
downloadgentoo-bebba32d00cd8635166a3b2856696000f20d4df9.tar.gz
gentoo-bebba32d00cd8635166a3b2856696000f20d4df9.tar.bz2
gentoo-bebba32d00cd8635166a3b2856696000f20d4df9.zip
sci-chemistry/GromacsWrapper: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/GromacsWrapper')
-rw-r--r--sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
index e9bde2396c60..b80d49a156d5 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
if [[ $PV = *9999* ]]; then
scm_eclass=git-r3