diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-04-06 21:56:29 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-04-06 21:56:29 -0400 |
commit | acabab1e3e33d046ecce7b44632cc80815185524 (patch) | |
tree | 0e9d096613753ca311ff77401b7ff8818316151d /dev-python/boto3 | |
parent | dev-python/botocore: Add python3.5 (diff) | |
download | gentoo-acabab1e3e33d046ecce7b44632cc80815185524.tar.gz gentoo-acabab1e3e33d046ecce7b44632cc80815185524.tar.bz2 gentoo-acabab1e3e33d046ecce7b44632cc80815185524.zip |
dev-python/boto3: Add python3.5
Package-Manager: portage-2.2.28_p64
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.3.0.ebuild b/dev-python/boto3/boto3-1.3.0.ebuild index c3bcdd39383f..d496da5bc5cb 100644 --- a/dev-python/boto3/boto3-1.3.0.ebuild +++ b/dev-python/boto3/boto3-1.3.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 vcs-snapshot |