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 AED8215ACFC for ; Sun, 30 Apr 2023 14:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E848BE0821; Sun, 30 Apr 2023 14:56:22 +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 C6482E0826 for ; Sun, 30 Apr 2023 14:56:22 +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 D825A3412A0 for ; Sun, 30 Apr 2023 14:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E11A5C for ; Sun, 30 Apr 2023 14:56:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682866571.7e8c68277b004131185b9097b438a11b1bd5b536.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/snakeviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/snakeviz/snakeviz-2.2.0.ebuild X-VCS-Directories: dev-util/snakeviz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e8c68277b004131185b9097b438a11b1bd5b536 X-VCS-Branch: master Date: Sun, 30 Apr 2023 14:56:19 +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: 1d709d16-7f3e-4e21-becb-22d026f29da5 X-Archives-Hash: 7f0e121fe165e480c4da193782a2646f commit: 7e8c68277b004131185b9097b438a11b1bd5b536 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 30 14:25:26 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 30 14:56:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8c6827 dev-util/snakeviz: Add missing test dependencies Closes: https://bugs.gentoo.org/905363 Signed-off-by: Michał Górny gentoo.org> dev-util/snakeviz/snakeviz-2.2.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-util/snakeviz/snakeviz-2.2.0.ebuild b/dev-util/snakeviz/snakeviz-2.2.0.ebuild index 8f6e44fe3411..90971782ebd8 100644 --- a/dev-util/snakeviz/snakeviz-2.2.0.ebuild +++ b/dev-util/snakeviz/snakeviz-2.2.0.ebuild @@ -25,5 +25,11 @@ KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/tornado[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/ipython[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest