From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0797D1381F3 for ; Fri, 22 Apr 2016 10:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28822E0848; Fri, 22 Apr 2016 10:12:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA82BE0848 for ; Fri, 22 Apr 2016 10:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EF90340BDE for ; Fri, 22 Apr 2016 10:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D317B for ; Fri, 22 Apr 2016 10:12:14 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1461319902.ca2856269565f579c9fccd9f1fc3e82cddbe1a8f.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libcloud/libcloud-0.15.0.ebuild dev-python/libcloud/libcloud-0.15.1.ebuild dev-python/libcloud/libcloud-0.17.0.ebuild X-VCS-Directories: dev-python/libcloud/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: ca2856269565f579c9fccd9f1fc3e82cddbe1a8f X-VCS-Branch: master Date: Fri, 22 Apr 2016 10:12:14 +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: 4ae4f514-ef1f-4127-9781-9f08221cd977 X-Archives-Hash: 43f0c8029786cd8f3124f9e4d1656a3d commit: ca2856269565f579c9fccd9f1fc3e82cddbe1a8f Author: Sergey Popov gentoo org> AuthorDate: Fri Apr 22 10:11:42 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Fri Apr 22 10:11:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca285626 Add missing build-time dependency on dev-python/setuptools Package-Manager: portage-2.2.27 dev-python/libcloud/libcloud-0.15.0.ebuild | 3 ++- dev-python/libcloud/libcloud-0.15.1.ebuild | 3 ++- dev-python/libcloud/libcloud-0.17.0.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/libcloud/libcloud-0.15.0.ebuild b/dev-python/libcloud/libcloud-0.15.0.ebuild index 1730f1e..1fee744 100644 --- a/dev-python/libcloud/libcloud-0.15.0.ebuild +++ b/dev-python/libcloud/libcloud-0.15.0.ebuild @@ -20,7 +20,8 @@ KEYWORDS="~amd64 ~x86" IUSE="examples test" RDEPEND="" -DEPEND="test? ( +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] )" diff --git a/dev-python/libcloud/libcloud-0.15.1.ebuild b/dev-python/libcloud/libcloud-0.15.1.ebuild index 5c8a497..5c0177d 100644 --- a/dev-python/libcloud/libcloud-0.15.1.ebuild +++ b/dev-python/libcloud/libcloud-0.15.1.ebuild @@ -20,7 +20,8 @@ KEYWORDS="amd64 x86" IUSE="examples test" RDEPEND="" -DEPEND="test? ( +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] )" diff --git a/dev-python/libcloud/libcloud-0.17.0.ebuild b/dev-python/libcloud/libcloud-0.17.0.ebuild index 273f69b..1ef6891 100644 --- a/dev-python/libcloud/libcloud-0.17.0.ebuild +++ b/dev-python/libcloud/libcloud-0.17.0.ebuild @@ -20,7 +20,8 @@ KEYWORDS="~amd64 ~x86" IUSE="examples test" RDEPEND="" -DEPEND="test? ( +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python{2_7,3_4} pypy)