diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 13:03:41 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 13:14:35 -0500 |
commit | 0ca00d3e3b93607a3dcd24553414e0603c8046fb (patch) | |
tree | b63f31cf97d34061bba4c494206e47680754bef6 | |
parent | dev-python/apsw: version bump to 3.11.1_p1 (diff) | |
download | gentoo-0ca00d3e3b93607a3dcd24553414e0603c8046fb.tar.gz gentoo-0ca00d3e3b93607a3dcd24553414e0603c8046fb.tar.bz2 gentoo-0ca00d3e3b93607a3dcd24553414e0603c8046fb.zip |
dev-python/defusedxml: add py35 support
-rw-r--r-- | dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild index 60ef9f85a190..01cf09959540 100644 --- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild +++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 |