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 77BCE138334 for ; Thu, 3 Jan 2019 22:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D91E0A5D; Thu, 3 Jan 2019 22:22:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9C1DEE0A5D for ; Thu, 3 Jan 2019 22:22:09 +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 45593335D05 for ; Thu, 3 Jan 2019 22:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 601AE44B for ; Thu, 3 Jan 2019 22:22:06 +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: <1546554120.631cab55e23eac9ccba6aa11a2b49b817fee3fcb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py/py-1.5.4.ebuild X-VCS-Directories: dev-python/py/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 631cab55e23eac9ccba6aa11a2b49b817fee3fcb X-VCS-Branch: master Date: Thu, 3 Jan 2019 22:22:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f619c0a-c819-4c99-8ab0-7f93fbac7cd7 X-Archives-Hash: 13fe69c14023b33c5e0ff39d9ce8158d commit: 631cab55e23eac9ccba6aa11a2b49b817fee3fcb Author: Mike Gilbert gentoo org> AuthorDate: Thu Jan 3 22:21:39 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jan 3 22:22:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631cab55 dev-python/py: depend on setuptools_scm Closes: https://bugs.gentoo.org/664210 Package-Manager: Portage-2.3.53_p6, Repoman-2.3.12_p37 Signed-off-by: Mike Gilbert gentoo.org> dev-python/py/py-1.5.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/py/py-1.5.4.ebuild b/dev-python/py/py-1.5.4.ebuild index 7c66f0c5e3c..bb1ec240407 100644 --- a/dev-python/py/py-1.5.4.ebuild +++ b/dev-python/py/py-1.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ IUSE="doc test" RDEPEND="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"