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 14110158012 for ; Thu, 23 Sep 2021 20:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65EE0E091A; Thu, 23 Sep 2021 20:27:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46ED4E091A for ; Thu, 23 Sep 2021 20:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66997342C75 for ; Thu, 23 Sep 2021 20:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1B6CF for ; Thu, 23 Sep 2021 20:27:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632428857.ea41b6add5a7dbc4e2c130840ef6b17d4aa99f6a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphobjinv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild X-VCS-Directories: dev-python/sphobjinv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ea41b6add5a7dbc4e2c130840ef6b17d4aa99f6a X-VCS-Branch: master Date: Thu, 23 Sep 2021 20:27:56 +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: f4b1695c-bfa5-44a5-82af-5b63dd7889eb X-Archives-Hash: d58dbe63256cf6a8ca7e93127e3991ec commit: ea41b6add5a7dbc4e2c130840ef6b17d4aa99f6a Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 23 20:27:37 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 23 20:27:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea41b6ad dev-python/sphobjinv: add missing test dep on sphinx Closes: https://bugs.gentoo.org/814515 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild index 8ba9d8175c4..87b6f739a31 100644 --- a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild +++ b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild @@ -29,6 +29,7 @@ BDEPEND=" dev-python/pytest-ordering[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] >=dev-python/stdio-mgr-1.0.1[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] dev-python/timeout-decorator[${PYTHON_USEDEP}] ) "