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 DEB75139694 for ; Mon, 22 May 2017 09:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3016621C088; Mon, 22 May 2017 09:12:36 +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 0C41B21C072 for ; Mon, 22 May 2017 09:12:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D1683416E3 for ; Mon, 22 May 2017 09:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74490745A for ; Mon, 22 May 2017 09:12:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495444345.e13986a5fe699f96813b6f5f76bc09de3d15cb5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild dev-python/pytest-cache/pytest-cache-1.0.ebuild X-VCS-Directories: dev-python/pytest-cache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e13986a5fe699f96813b6f5f76bc09de3d15cb5b X-VCS-Branch: master Date: Mon, 22 May 2017 09:12:33 +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: b16b0b6a-368b-480b-8802-13f572bf16bd X-Archives-Hash: 8f16a59e32df4da0a05533bb0457dd97 commit: e13986a5fe699f96813b6f5f76bc09de3d15cb5b Author: Michał Górny gentoo org> AuthorDate: Mon May 22 07:43:22 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 22 09:12:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13986a5 dev-python/pytest-cache: Add missing dev-python/execnet dep, #588676 .../{pytest-cache-1.0.ebuild => pytest-cache-1.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-cache/pytest-cache-1.0.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild similarity index 94% rename from dev-python/pytest-cache/pytest-cache-1.0.ebuild rename to dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild index f5420aa4d80..ecb5f90c44b 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild @@ -16,7 +16,7 @@ LICENSE="MIT" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" -RDEPEND="" +RDEPEND="dev-python/execnet[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )