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 C824713829C for ; Fri, 10 Jun 2016 16:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F40421C012; Fri, 10 Jun 2016 16:49:52 +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 ABA4B21C012 for ; Fri, 10 Jun 2016 16:49:51 +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 F2136340D22 for ; Fri, 10 Jun 2016 16:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F098FCFE for ; Fri, 10 Jun 2016 16:49:45 +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: <1465577366.7d6db5288c1d30c90f95a9e6389f65150beb6868.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbr/pbr-1.10.0.ebuild X-VCS-Directories: dev-python/pbr/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 7d6db5288c1d30c90f95a9e6389f65150beb6868 X-VCS-Branch: master Date: Fri, 10 Jun 2016 16:49:45 +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: 93e481f9-4fba-4414-a275-e5d8d464df5a X-Archives-Hash: 251e76db7ff172c971749182635550f5 commit: 7d6db5288c1d30c90f95a9e6389f65150beb6868 Author: Patrick Lauer gentoo org> AuthorDate: Fri Jun 10 16:48:28 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Jun 10 16:49:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6db528 dev-python/pbr: Add missing test dep Package-Manager: portage-2.3.0_rc1 dev-python/pbr/pbr-1.10.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pbr/pbr-1.10.0.ebuild b/dev-python/pbr/pbr-1.10.0.ebuild index 64ff796..bb13095 100644 --- a/dev-python/pbr/pbr-1.10.0.ebuild +++ b/dev-python/pbr/pbr-1.10.0.ebuild @@ -36,6 +36,7 @@ DEPEND=" >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] dev-vcs/git )" PDEPEND=""