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 7EF0D13835A for ; Tue, 15 Sep 2020 18:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82CE7E0956; Tue, 15 Sep 2020 18:27:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DE73E0956 for ; Tue, 15 Sep 2020 18:27:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 45B0D335D91 for ; Tue, 15 Sep 2020 18:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08852F9 for ; Tue, 15 Sep 2020 18:27:14 +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: <1600194425.6c794ed579aa0ff5439fc56c4fc6bcfed4264552.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: 6c794ed579aa0ff5439fc56c4fc6bcfed4264552 X-VCS-Branch: master Date: Tue, 15 Sep 2020 18:27:14 +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: d5827701-c5d1-4291-a773-17168373b75d X-Archives-Hash: 8ea39dbee16f2eace176c30f9a0f66b9 commit: 6c794ed579aa0ff5439fc56c4fc6bcfed4264552 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Sep 15 16:19:45 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 15 18:27:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c794ed5 dev-python/pydata-sphinx-theme: correct test dep Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> Closes: https://github.com/gentoo/gentoo/pull/17551 Signed-off-by: Joonas Niilola gentoo.org> dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.4.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 7c71c8ae5f2..cdb917978f5 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,8 +16,10 @@ LICENSE="BSD-with-disclosure" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="dev-python/pytest-regressions[${PYTHON_USEDEP}] - test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] )" +BDEPEND="test? ( + dev-python/beautifulsoup[${PYTHON_USEDEP}] + dev-python/pytest-regressions[${PYTHON_USEDEP}] +)" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"