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 9C7AD138359 for ; Tue, 15 Sep 2020 08:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F95FE0957; Tue, 15 Sep 2020 08:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EAD18E0956 for ; Tue, 15 Sep 2020 08:09:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EE792340D41 for ; Tue, 15 Sep 2020 08:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F29D38A for ; Tue, 15 Sep 2020 08:09:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1600157364.3db619e1f1d78f881b04ef7e5950830b7acd07a7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild X-VCS-Directories: dev-python/pydata-sphinx-theme/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3db619e1f1d78f881b04ef7e5950830b7acd07a7 X-VCS-Branch: master Date: Tue, 15 Sep 2020 08:09:37 +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: 90cdf86f-4ff5-4f00-9bfc-53453bd25d4d X-Archives-Hash: 317c09bfbe31bbf83eeece7d092bdaa5 commit: 3db619e1f1d78f881b04ef7e5950830b7acd07a7 Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 15 08:06:01 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 15 08:09:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db619e1 dev-python/pydata-sphinx-theme: add missing test dep Signed-off-by: Joonas Niilola gentoo.org> dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild index 9f7e0b53939..7c71c8ae5f2 100644 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild @@ -16,7 +16,8 @@ LICENSE="BSD-with-disclosure" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}]" +BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}] + test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"