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 2E4FA1382C5 for ; Tue, 22 Jun 2021 08:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 800E6E08FE; Tue, 22 Jun 2021 08:13:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C7E9AE08FE for ; Tue, 22 Jun 2021 08:13:10 +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 C67DF33D3C7 for ; Tue, 22 Jun 2021 08:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 029927A0 for ; Tue, 22 Jun 2021 08:13:07 +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: <1624349467.6d16aa3c19a124fedd50bf3996fd8f24bed56765.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/pythran-0.9.11.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6d16aa3c19a124fedd50bf3996fd8f24bed56765 X-VCS-Branch: master Date: Tue, 22 Jun 2021 08:13:07 +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: 9029ce13-7e7e-4c37-ac8a-592e83debdd8 X-Archives-Hash: 450e4612b43b5d61464ec18beec58a9c commit: 6d16aa3c19a124fedd50bf3996fd8f24bed56765 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 22 08:09:38 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 22 08:11:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d16aa3c dev-python/pythran: Add missing test deps Closes: https://bugs.gentoo.org/797457 Signed-off-by: Michał Górny gentoo.org> dev-python/pythran/pythran-0.9.11.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pythran/pythran-0.9.11.ebuild b/dev-python/pythran/pythran-0.9.11.ebuild index 1e70b667c25..447f26052be 100644 --- a/dev-python/pythran/pythran-0.9.11.ebuild +++ b/dev-python/pythran/pythran-0.9.11.ebuild @@ -28,7 +28,10 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" BDEPEND=" test? ( + dev-python/ipython[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + virtual/cblas )" distutils_enable_tests pytest