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 BB4E7158649 for ; Thu, 11 May 2023 21:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09027E0ABA; Thu, 11 May 2023 21:44:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 20BF6E0ABA for ; Thu, 11 May 2023 21:44:54 +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 65F1E340A51 for ; Thu, 11 May 2023 21:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5C3AA6C for ; Thu, 11 May 2023 21:44:50 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1683841476.012de021b3b8690f34528e7068872a5c27a15e9a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/griffe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/griffe/griffe-0.27.4.ebuild X-VCS-Directories: dev-python/griffe/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 012de021b3b8690f34528e7068872a5c27a15e9a X-VCS-Branch: master Date: Thu, 11 May 2023 21:44:50 +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: 9d4dd8f6-5ef1-4fac-8820-e5b4c9eae45e X-Archives-Hash: a0745fab823cf21522d5a6a0a604ac63 commit: 012de021b3b8690f34528e7068872a5c27a15e9a Author: Marek Szuba gentoo org> AuthorDate: Thu May 11 21:40:35 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 11 21:44:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012de021 dev-python/griffe: add missing test dependencies Closes: https://bugs.gentoo.org/906139 Signed-off-by: Marek Szuba gentoo.org> dev-python/griffe/griffe-0.27.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/griffe/griffe-0.27.4.ebuild b/dev-python/griffe/griffe-0.27.4.ebuild index 7d4993cedf3c..6e5cda463d2c 100644 --- a/dev-python/griffe/griffe-0.27.4.ebuild +++ b/dev-python/griffe/griffe-0.27.4.ebuild @@ -18,6 +18,10 @@ SLOT="0" KEYWORDS="~amd64 ~riscv" RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]" +BDEPEND="test? ( + >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}] +)" PATCHES=( "${FILESDIR}"/${PN}-0.27.4-build_backend.patch