diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-08-21 14:28:18 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-08-21 14:29:35 -0400 |
commit | 71cc112830d0d63cf2fc99517246dfd3317433c2 (patch) | |
tree | 9705f6c237a4b08c5bc9f10bbdd74b2052ff36d2 /dev-python/dicttoxml | |
parent | sys-apps/openrc: sync live ebuild (diff) | |
download | gentoo-71cc112830d0d63cf2fc99517246dfd3317433c2.tar.gz gentoo-71cc112830d0d63cf2fc99517246dfd3317433c2.tar.bz2 gentoo-71cc112830d0d63cf2fc99517246dfd3317433c2.zip |
dev-python/dicttoxml: re-add python3_3 support
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r-- | dev-python/dicttoxml/dicttoxml-1.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild index 5de427b6fa30..e0099ff7bed6 100644 --- a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 |