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 7C0861399D4 for ; Wed, 2 Sep 2015 10:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90784142C0; Wed, 2 Sep 2015 10:16:14 +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 35FED142C0 for ; Wed, 2 Sep 2015 10:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE0ED340752 for ; Wed, 2 Sep 2015 10:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 166A9170 for ; Wed, 2 Sep 2015 10:16:08 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441188966.d3f0877e651a14b70bb4e1eca97e6716e9ac5a47.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-py/path-py-7.7.1.ebuild X-VCS-Directories: dev-python/path-py/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d3f0877e651a14b70bb4e1eca97e6716e9ac5a47 X-VCS-Branch: master Date: Wed, 2 Sep 2015 10:16: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: 6b7b7b2b-7b4a-4389-ab8c-906790db1287 X-Archives-Hash: 3e41e951d8cf094bc6944980e128d42c commit: d3f0877e651a14b70bb4e1eca97e6716e9ac5a47 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 09:28:08 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 10:16:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f0877e dev-python/path-py: Add missing test dep Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/path-py/path-py-7.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/path-py/path-py-7.7.1.ebuild b/dev-python/path-py/path-py-7.7.1.ebuild index 7ae500b..b490b2b 100644 --- a/dev-python/path-py/path-py-7.7.1.ebuild +++ b/dev-python/path-py/path-py-7.7.1.ebuild @@ -24,6 +24,7 @@ DEPEND=" test? ( dev-python/appdirs[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}"