dev-python/socketio-client: add py3.5 support

Package-Manager: portage-2.2.28
This commit is contained in:
Ian Delaney
2016-05-07 12:12:43 +08:00
parent a62750b2d5
commit 94aae1d07f

View File

@@ -1,9 +1,9 @@
# 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,4}} )
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1