diff --git a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild index 8c6a3668caa4e..005832c93f6f9 100644 --- a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1