From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F84A138AE9 for ; Thu, 28 Dec 2017 07:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BED79E0E87; Thu, 28 Dec 2017 07:25:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DD03E0E87 for ; Thu, 28 Dec 2017 07:25:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 916F433BE19 for ; Thu, 28 Dec 2017 07:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17866AFA4 for ; Thu, 28 Dec 2017 07:25:15 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1514445911.f2d6aff8b3303d0bf4214cf7d39e5c4698970b05.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/awscli/awscli-1.14.16.ebuild X-VCS-Directories: dev-python/awscli/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: f2d6aff8b3303d0bf4214cf7d39e5c4698970b05 X-VCS-Branch: master Date: Thu, 28 Dec 2017 07:25:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a71cd31-7727-447e-be50-b8d5291fcdb7 X-Archives-Hash: 6be7d96a37f62419a205db79d84def4c commit: f2d6aff8b3303d0bf4214cf7d39e5c4698970b05 Author: Patrick Lauer gentoo org> AuthorDate: Thu Dec 28 07:25:00 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Dec 28 07:25:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d6aff8 dev-python/awscli: Restrict s3transfer dep #642266 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/awscli/awscli-1.14.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/awscli/awscli-1.14.16.ebuild b/dev-python/awscli/awscli-1.14.16.ebuild index cab21bf582f..626a8269c9d 100644 --- a/dev-python/awscli/awscli-1.14.16.ebuild +++ b/dev-python/awscli/awscli-1.14.16.ebuild @@ -21,7 +21,7 @@ RDEPEND=" <=dev-python/colorama-0.3.3[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] <=dev-python/rsa-3.5.0[${PYTHON_USEDEP}] - >=dev-python/s3transfer-0.1.5[${PYTHON_USEDEP}] + >=dev-python/s3transfer-0.1.12[${PYTHON_USEDEP}] <=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] "