dev-python/requests-toolbelt: add python 3.5 bug #591038

Package-Manager: portage-2.2.28
This commit is contained in:
Amy Winston
2016-08-12 19:46:27 +02:00
parent b1db9d2087
commit 08ebd2c709

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1