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 53BE513835A for ; Thu, 17 Jun 2021 23:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA48AE0845; Thu, 17 Jun 2021 23:22:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 94A90E0845 for ; Thu, 17 Jun 2021 23:22:13 +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 B73ED33FE74 for ; Thu, 17 Jun 2021 23:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F3087AC for ; Thu, 17 Jun 2021 23:22:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623972121.9b490f473ab8717a61b07b50890693796d25d7ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-8.0.1.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b490f473ab8717a61b07b50890693796d25d7ad X-VCS-Branch: master Date: Thu, 17 Jun 2021 23:22:11 +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: d1d03570-2264-4668-83dc-eaf3937ae897 X-Archives-Hash: 19fce6defd661b4e7e03d17ed3ea4dc9 commit: 9b490f473ab8717a61b07b50890693796d25d7ad Author: Sam James gentoo org> AuthorDate: Thu Jun 17 23:20:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 17 23:22:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b490f47 dev-python/click: add missing doc BDEPEND Closes: https://bugs.gentoo.org/731994 Signed-off-by: Sam James gentoo.org> dev-python/click/click-8.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/click/click-8.0.1.ebuild b/dev-python/click/click-8.0.1.ebuild index 48cc9ddfd7b..966a710ace8 100644 --- a/dev-python/click/click-8.0.1.ebuild +++ b/dev-python/click/click-8.0.1.ebuild @@ -23,7 +23,8 @@ RDEPEND=" distutils_enable_sphinx docs \ '>=dev-python/docutils-0.14' \ - dev-python/pallets-sphinx-themes + dev-python/pallets-sphinx-themes \ + dev-python/sphinxcontrib-log_cabinet distutils_enable_tests pytest python_install_all() {