From: Zac Medico Date: Mon, 13 Feb 2017 08:59:53 +0000 (-0800) Subject: dev-python/pytest-mock: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=709834e61e69293dfc32a8272ad719fba3c20a83;p=gentoo.git dev-python/pytest-mock: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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 8c6a3668caa4..005832c93f6f 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