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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C83C6158041 for ; Wed, 6 Mar 2024 03:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C53FE29FC; Wed, 6 Mar 2024 03:37:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18D93E29FC for ; Wed, 6 Mar 2024 03:37:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2876E343029 for ; Wed, 6 Mar 2024 03:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B4014F2 for ; Wed, 6 Mar 2024 03:37:39 +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: <1709696180.47f17a073e851205befc429e9a03fa71041135cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygal/pygal-3.0.4-r1.ebuild X-VCS-Directories: dev-python/pygal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47f17a073e851205befc429e9a03fa71041135cd X-VCS-Branch: master Date: Wed, 6 Mar 2024 03:37:39 +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: 1c0a329d-799b-4809-9534-609650016c2c X-Archives-Hash: 938bf57dcb9a0f8f94ffb0bc9953cd18 commit: 47f17a073e851205befc429e9a03fa71041135cd Author: Eli Schwartz gmail com> AuthorDate: Wed Mar 6 00:17:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 6 03:36:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f17a07 dev-python/pygal: fix dependencies for doc building A sphinx plugin wasn't specified, and therefore wasn't guaranteed to be installed. Closes: https://bugs.gentoo.org/869476 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/pygal/pygal-3.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygal/pygal-3.0.4-r1.ebuild b/dev-python/pygal/pygal-3.0.4-r1.ebuild index 056f080194f7..5eae9da5abd7 100644 --- a/dev-python/pygal/pygal-3.0.4-r1.ebuild +++ b/dev-python/pygal/pygal-3.0.4-r1.ebuild @@ -37,7 +37,7 @@ BDEPEND=" # CHANGELOG is a symlink to docs/changelog.rst DOCS=( docs/changelog.rst README.md ) -distutils_enable_sphinx docs +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme EPYTEST_XDIST=1 distutils_enable_tests pytest