From 7fa0b75fd0259d3ef8d23216186b43b733e73fef Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 25 Oct 2015 09:28:32 +0100 Subject: 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(-) (limited to 'dev-python') 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 -- cgit v1.2.3-65-gdbad