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 B1D73139083 for ; Fri, 24 Nov 2017 15:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8BFBE0D26; Fri, 24 Nov 2017 15:19:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96AABE0D26 for ; Fri, 24 Nov 2017 15:19:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 27FBE33BF3C for ; Fri, 24 Nov 2017 15:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD846A603 for ; Fri, 24 Nov 2017 15:19:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1511536766.2021b4da81d3fe59cd6b77317f11ec45c928e921.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-3.0.3.ebuild dev-python/pytest/pytest-3.2.2.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2021b4da81d3fe59cd6b77317f11ec45c928e921 X-VCS-Branch: master Date: Fri, 24 Nov 2017 15:19:40 +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: 8e23a567-0789-4de2-b226-80e1c8c8718d X-Archives-Hash: e0dc244270b5226c43f9f5d87a90bbde commit: 2021b4da81d3fe59cd6b77317f11ec45c928e921 Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 24 15:14:56 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 24 15:19:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2021b4da dev-python/pytest: depend on setuptools at runtime Closes: https://bugs.gentoo.org/638668 dev-python/pytest/pytest-3.0.3.ebuild | 2 +- dev-python/pytest/pytest-3.2.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild index 61fe2a0d9fb..3651e51df43 100644 --- a/dev-python/pytest/pytest-3.0.3.ebuild +++ b/dev-python/pytest/pytest-3.0.3.ebuild @@ -20,13 +20,13 @@ IUSE="doc test" PY_VER="1.4.29" COMMON_DEPEND=" >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}] >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}] diff --git a/dev-python/pytest/pytest-3.2.2.ebuild b/dev-python/pytest/pytest-3.2.2.ebuild index c949a1553ce..1a4caf32e25 100644 --- a/dev-python/pytest/pytest-3.2.2.ebuild +++ b/dev-python/pytest/pytest-3.2.2.ebuild @@ -20,13 +20,13 @@ IUSE="doc test" PY_VER="1.4.33" COMMON_DEPEND=" >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]