summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-27 16:46:19 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-27 18:09:23 +0100
commit7cd70c90fc31e587d7a6985243c7acfaf9d24f59 (patch)
tree5ab42a81e66ee89e7c1f1105bfb6b49df2c01e95
parentdev-ros/xacro: remove old (diff)
downloadgentoo-7cd70c90fc31e587d7a6985243c7acfaf9d24f59.tar.gz
gentoo-7cd70c90fc31e587d7a6985243c7acfaf9d24f59.tar.bz2
gentoo-7cd70c90fc31e587d7a6985243c7acfaf9d24f59.zip
dev-python/defusedxml: Add python 3.6 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-python/defusedxml/defusedxml-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 243807fe915e..cc340d92da77 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