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 2D6E2158017 for ; Tue, 28 Sep 2021 06:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 740CBE0973; Tue, 28 Sep 2021 06:31:15 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BB43E0973 for ; Tue, 28 Sep 2021 06:31:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E89FD342EB4 for ; Tue, 28 Sep 2021 06:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52F7310B for ; Tue, 28 Sep 2021 06:31:12 +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: <1632810652.5e60d455b76953b45032b3d4bba71da5b04e5c58.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-doxylink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.ebuild X-VCS-Directories: dev-python/sphinxcontrib-doxylink/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5e60d455b76953b45032b3d4bba71da5b04e5c58 X-VCS-Branch: master Date: Tue, 28 Sep 2021 06:31:12 +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: 97edfc13-d64f-4549-84c3-6546d6f7d3e2 X-Archives-Hash: bdba5361e01374c39126dd77b6a9fcb4 commit: 5e60d455b76953b45032b3d4bba71da5b04e5c58 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 28 06:30:52 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 28 06:30:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e60d455 dev-python/sphinxcontrib-doxylink: Add testfixtures dep Closes: https://bugs.gentoo.org/815208 Signed-off-by: Michał Górny gentoo.org> dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.ebuild b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.ebuild index e389fda1084..8e91c69735c 100644 --- a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.ebuild +++ b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.11.ebuild @@ -25,6 +25,7 @@ BDEPEND=" test? ( app-doc/doxygen dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/testfixtures[${PYTHON_USEDEP}] ) "