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 863D3158F6D for ; Mon, 16 Aug 2021 20:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF11CE0E98; Mon, 16 Aug 2021 12:17:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9C8C6E0E98 for ; Mon, 16 Aug 2021 12:17:42 +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 5D7E4346B8B for ; Mon, 16 Aug 2021 12:17:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6BCF7D8 for ; Mon, 16 Aug 2021 12:17:39 +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: <1629116227.57a99ccada98ebb20bdfabf917ff79a262eda934.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iminuit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iminuit/iminuit-2.8.2.ebuild X-VCS-Directories: dev-python/iminuit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57a99ccada98ebb20bdfabf917ff79a262eda934 X-VCS-Branch: master Date: Mon, 16 Aug 2021 12:17:39 +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: b6850ac8-96c7-46f3-bb3b-017386fb0483 X-Archives-Hash: a939ea4ac83b4b4782224ba753d92cb4 commit: 57a99ccada98ebb20bdfabf917ff79a262eda934 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 16 12:17:07 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 16 12:17:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a99cca dev-python/iminuit: Add scipy test-dep Closes: https://bugs.gentoo.org/808585 Signed-off-by: Michał Górny gentoo.org> dev-python/iminuit/iminuit-2.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/iminuit/iminuit-2.8.2.ebuild b/dev-python/iminuit/iminuit-2.8.2.ebuild index 10e6b9207df..82c92fced6c 100644 --- a/dev-python/iminuit/iminuit-2.8.2.ebuild +++ b/dev-python/iminuit/iminuit-2.8.2.ebuild @@ -22,6 +22,7 @@ BDEPEND=" test? ( dev-python/ipython[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] )" distutils_enable_tests pytest