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 BDF001382C5 for ; Wed, 13 Jan 2021 12:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1603E0826; Wed, 13 Jan 2021 12:26:49 +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 C9034E0826 for ; Wed, 13 Jan 2021 12:26:49 +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 BEEC6335DC4 for ; Wed, 13 Jan 2021 12:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419DF46B for ; Wed, 13 Jan 2021 12:26:47 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1610540793.1eb69e9ddc2a82739b74c984eca0f4b7d297199d.grozin@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.2.1.ebuild X-VCS-Directories: dev-python/iminuit/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 1eb69e9ddc2a82739b74c984eca0f4b7d297199d X-VCS-Branch: master Date: Wed, 13 Jan 2021 12:26:47 +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: 127418e6-8c5c-49d6-a748-8620b1b5cb12 X-Archives-Hash: dd46dccf4592c5b5db9f4820b146b992 commit: 1eb69e9ddc2a82739b74c984eca0f4b7d297199d Author: Andrey Grozin gentoo org> AuthorDate: Wed Jan 13 12:26:33 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Wed Jan 13 12:26:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb69e9d dev-python/iminuit: RDEPEND fixed Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrey Grozin gentoo.org> dev-python/iminuit/iminuit-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iminuit/iminuit-2.2.1.ebuild b/dev-python/iminuit/iminuit-2.2.1.ebuild index f7cd76d6f9f..3c8fe149531 100644 --- a/dev-python/iminuit/iminuit-2.2.1.ebuild +++ b/dev-python/iminuit/iminuit-2.2.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]