diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-25 09:28:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-25 09:28:32 +0100 |
commit | 7fa0b75fd0259d3ef8d23216186b43b733e73fef (patch) | |
tree | 26c9aff00c04b618ae37e4eae2e7bf8f526561e9 /dev-python/boto3 | |
parent | x11-misc/xscreensaver: Stable for HPPA (bug #564002). (diff) | |
download | gentoo-7fa0b75fd0259d3ef8d23216186b43b733e73fef.tar.gz gentoo-7fa0b75fd0259d3ef8d23216186b43b733e73fef.tar.bz2 gentoo-7fa0b75fd0259d3ef8d23216186b43b733e73fef.zip |
dev-python/boto3: Remove py3.3 from 1.1.3 to match deps
Remove python3.3 support from boto3-1.1.3 since the required
>=dev-python/botocore-1.2.0 does not support py3.3 anymore.
Fixes: d0e7ce2950992d99 ("dev-python/botocore: remove version 1.2.4")
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.1.3.ebuild b/dev-python/boto3/boto3-1.1.3.ebuild index f67bcade54ca..2b890fbd311d 100644 --- a/dev-python/boto3/boto3-1.1.3.ebuild +++ b/dev-python/boto3/boto3-1.1.3.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 vcs-snapshot |