commit: d2623ef343c1ef5db257600c9f55380bdab499a4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 14 22:41:10 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 16 19:57:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2623ef3
dev-python/backports-unittest-mock: Enable py3.7 dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild index 63a89653734..37de4b04ea6 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 # It is the developer's intention that backports.unittest_mock will be # used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1