commit: 7cd70c90fc31e587d7a6985243c7acfaf9d24f59 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 15:46:19 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 17:09:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd70c90
dev-python/defusedxml: Add python 3.6 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild index 243807fe91..cc340d92da 100644 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1