commit: 7fa0b75fd0259d3ef8d23216186b43b733e73fef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 08:28:32 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 08:28:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa0b75f
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")
dev-python/boto3/boto3-1.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/boto3/boto3-1.1.3.ebuild
b/dev-python/boto3/boto3-1.1.3.ebuild
index f67bcad..2b890fb 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