commit: 7ed4e33f6ede477a6a3889a01003ec49ab6c3b11 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 17:21:19 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 17:26:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed4e33f
dev-python/backports-unittest-mock: python3.6 Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32 dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild index 154b1493afa..3a6cf121a56 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 # 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=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1
