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 CA273158090 for ; Mon, 30 May 2022 12:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9D5E0905; Mon, 30 May 2022 12:55:15 +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 64136E0903 for ; Mon, 30 May 2022 12:55:15 +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 4F418341233 for ; Mon, 30 May 2022 12:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEAADD3 for ; Mon, 30 May 2022 12:55:12 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653912550.6c249b36a195d1df3f117fac6dc20b211439b337.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/WSME/WSME-0.11.0.ebuild X-VCS-Directories: dev-python/WSME/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6c249b36a195d1df3f117fac6dc20b211439b337 X-VCS-Branch: master Date: Mon, 30 May 2022 12:55: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: 347ca982-b06d-4dcf-a368-e7b6c8173b50 X-Archives-Hash: deade249f29b5d12bf09746401399804 commit: 6c249b36a195d1df3f117fac6dc20b211439b337 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 11:41:38 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 30 12:09:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36 dev-python/WSME: add missing sphinx test dep Closes: https://bugs.gentoo.org/848450 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/WSME/WSME-0.11.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/WSME/WSME-0.11.0.ebuild b/dev-python/WSME/WSME-0.11.0.ebuild index 0e62785a0..bb0df9a82 100644 --- a/dev-python/WSME/WSME-0.11.0.ebuild +++ b/dev-python/WSME/WSME-0.11.0.ebuild @@ -36,6 +36,8 @@ BDEPEND=" dev-python/flask[${PYTHON_USEDEP}] dev-python/flask-restful[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}] + + dev-python/sphinx[${PYTHON_USEDEP}] ) "