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: d0e7ce2950 ("dev-python/botocore: remove version 1.2.4")
This commit is contained in:
Michał Górny
2015-10-25 09:28:32 +01:00
parent da8b881723
commit 7fa0b75fd0

View File

@@ -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