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 AE12A138334 for ; Tue, 11 Sep 2018 17:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFF5E0AC9; Tue, 11 Sep 2018 17:29:21 +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 5F146E0AC9 for ; Tue, 11 Sep 2018 17:29:21 +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 C476A335D05 for ; Tue, 11 Sep 2018 17:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB823C1 for ; Tue, 11 Sep 2018 17:29:17 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1536686940.d08d2b3c716348dd1b96904c20d29b867a17360a.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pluggy/pluggy-0.7.1.ebuild X-VCS-Directories: dev-python/pluggy/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: d08d2b3c716348dd1b96904c20d29b867a17360a X-VCS-Branch: master Date: Tue, 11 Sep 2018 17:29:17 +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: 4bd23507-6e81-454f-aa3b-4c87f353ac92 X-Archives-Hash: 98e631a5a963e74967803d619ef5d893 commit: d08d2b3c716348dd1b96904c20d29b867a17360a Author: Virgil Dupras gentoo org> AuthorDate: Tue Sep 11 17:27:23 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Sep 11 17:29:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08d2b3c dev-python/pluggy: add missing dependency Closes: https://bugs.gentoo.org/665716 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/pluggy/pluggy-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pluggy/pluggy-0.7.1.ebuild b/dev-python/pluggy/pluggy-0.7.1.ebuild index a6b0a2648be..06c83013c2f 100644 --- a/dev-python/pluggy/pluggy-0.7.1.ebuild +++ b/dev-python/pluggy/pluggy-0.7.1.ebuild @@ -18,7 +18,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"