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 62E021382C5 for ; Sat, 6 Mar 2021 12:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B36ABE0901; Sat, 6 Mar 2021 12:25:24 +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 98685E0901 for ; Sat, 6 Mar 2021 12:25:24 +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 C2B2B34092D for ; Sat, 6 Mar 2021 12:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BCF85AD for ; Sat, 6 Mar 2021 12:25:20 +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: <1615033515.996324b362684f85c7d9ac9aae3d29b2e3f64653.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-54.1.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 996324b362684f85c7d9ac9aae3d29b2e3f64653 X-VCS-Branch: master Date: Sat, 6 Mar 2021 12:25:20 +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: bbb54e02-ba47-40ef-a97e-1c347b61d91c X-Archives-Hash: 91cf29d8a77d0088054c3f20f86426a9 commit: 996324b362684f85c7d9ac9aae3d29b2e3f64653 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 6 12:21:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 6 12:25:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996324b3 dev-python/setuptools: Add a test-dep on sphinx Reported by Dakon. Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-54.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/setuptools/setuptools-54.1.0.ebuild b/dev-python/setuptools/setuptools-54.1.0.ebuild index 9bc11f0ea33..fb7893f12a6 100644 --- a/dev-python/setuptools/setuptools-54.1.0.ebuild +++ b/dev-python/setuptools/setuptools-54.1.0.ebuild @@ -23,6 +23,7 @@ BDEPEND=" >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pip[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] dev-python/pytest-fixture-config[${PYTHON_USEDEP}] dev-python/pytest-virtualenv[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}]