diff options
Diffstat (limited to 'dev-python/root_numpy')
-rw-r--r-- | dev-python/root_numpy/root_numpy-4.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/root_numpy/root_numpy-4.7.3.ebuild b/dev-python/root_numpy/root_numpy-4.7.3.ebuild index 81df51049d45..7561d10b0391 100644 --- a/dev-python/root_numpy/root_numpy-4.7.3.ebuild +++ b/dev-python/root_numpy/root_numpy-4.7.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_6} ) inherit distutils-r1 |