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 11D8B1384B4 for ; Sat, 7 Nov 2015 19:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25D4821C00E; Sat, 7 Nov 2015 19:21:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C430421C00E for ; Sat, 7 Nov 2015 19:21:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E99A33BE44 for ; Sat, 7 Nov 2015 19:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303B8192 for ; Sat, 7 Nov 2015 19:21:08 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1446924044.d0e78d16ee2492df3f6fa5f34ba4170ffe73abaa.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jmespath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jmespath/jmespath-0.9.0.ebuild X-VCS-Directories: dev-python/jmespath/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: d0e78d16ee2492df3f6fa5f34ba4170ffe73abaa X-VCS-Branch: master Date: Sat, 7 Nov 2015 19:21:08 +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: 83933fbc-a3bb-4049-9758-f4423bdfb910 X-Archives-Hash: c8ff7b437521ad355bd51e73b0318f2d commit: d0e78d16ee2492df3f6fa5f34ba4170ffe73abaa Author: Alex Brandt gentoo org> AuthorDate: Sat Nov 7 19:20:08 2015 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sat Nov 7 19:20:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e78d16 dev-python/jmespath: add dev-python/setuptools dependence jmespath requires setuptools during installation. Package-Manager: portage-2.2.24 dev-python/jmespath/jmespath-0.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/jmespath/jmespath-0.9.0.ebuild b/dev-python/jmespath/jmespath-0.9.0.ebuild index 58c2e6e..1d22088 100644 --- a/dev-python/jmespath/jmespath-0.9.0.ebuild +++ b/dev-python/jmespath/jmespath-0.9.0.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) " RDEPEND=""