diff --git a/dev-python/botocore/botocore-1.4.7.ebuild b/dev-python/botocore/botocore-1.4.7.ebuild index f3ea5ec44a176..9c57e3342b4c6 100644 --- a/dev-python/botocore/botocore-1.4.7.ebuild +++ b/dev-python/botocore/botocore-1.4.7.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1