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 12F4C139695 for ; Sun, 30 Jul 2017 17:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B93E1FC04E; Sun, 30 Jul 2017 17:43:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0ABEF1FC04E for ; Sun, 30 Jul 2017 17:43:12 +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 E4E7B341A55 for ; Sun, 30 Jul 2017 17:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310D37491 for ; Sun, 30 Jul 2017 17:43:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501436574.952d910bcd553342759e4d055d3f16617b872f4d.soap@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.1.2.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 952d910bcd553342759e4d055d3f16617b872f4d X-VCS-Branch: master Date: Sun, 30 Jul 2017 17:43:10 +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: aaef0f3e-8852-49c8-9bc2-61c09f454986 X-Archives-Hash: d05ff9f23ab801ddc9d13501257a2834 commit: 952d910bcd553342759e4d055d3f16617b872f4d Author: David Seifert gentoo org> AuthorDate: Sun Jul 30 17:39:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 17:42:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952d910b dev-python/pytest: Add missing DEPEND on dev-python/setuptools_scm * Thanks to MichaƂ Bartoszkiewicz for catching this Bug: https://bugs.gentoo.org/show_bug.cgi?id=623248 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/pytest/pytest-3.1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pytest/pytest-3.1.2.ebuild b/dev-python/pytest/pytest-3.1.2.ebuild index e20e9b17d84..c949a1553ce 100644 --- a/dev-python/pytest/pytest-3.1.2.ebuild +++ b/dev-python/pytest/pytest-3.1.2.ebuild @@ -27,6 +27,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}] >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]