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 9B6EF15808E for ; Fri, 10 Sep 2021 06:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D41E08E0; Fri, 10 Sep 2021 06:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D8DD5E08E0 for ; Fri, 10 Sep 2021 06:50:35 +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 DAB6F34092E for ; Fri, 10 Sep 2021 06:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CDF4BF for ; Fri, 10 Sep 2021 06:50:33 +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: <1631256623.6945c455838a4646a0c92c01be9582f980e15f06.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydevd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydevd/pydevd-2.5.0.ebuild X-VCS-Directories: dev-python/pydevd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6945c455838a4646a0c92c01be9582f980e15f06 X-VCS-Branch: master Date: Fri, 10 Sep 2021 06:50:33 +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: e106e9f1-e5e8-4041-8ac1-97c04e2734f3 X-Archives-Hash: 0948d33305f809e08159fda0f27a628c commit: 6945c455838a4646a0c92c01be9582f980e15f06 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Sep 10 06:50:23 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Sep 10 06:50:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6945c455 dev-python/pydevd: add missing test deps Closes: https://bugs.gentoo.org/812362 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pydevd/pydevd-2.5.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/pydevd/pydevd-2.5.0.ebuild b/dev-python/pydevd/pydevd-2.5.0.ebuild index bc1f3680e19..0ac3e3c5ae3 100644 --- a/dev-python/pydevd/pydevd-2.5.0.ebuild +++ b/dev-python/pydevd/pydevd-2.5.0.ebuild @@ -16,7 +16,13 @@ LICENSE="EPL-1.0" SLOT="0" KEYWORDS="~amd64" -BDEPEND="test? ( dev-python/untangle[${PYTHON_USEDEP}] )" +BDEPEND=" + test? ( + dev-python/untangle[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest