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 D0315139360 for ; Mon, 9 Aug 2021 15:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9250E0867; Mon, 9 Aug 2021 15:46:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B3060E0867 for ; Mon, 9 Aug 2021 15:46:03 +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 A3102342C5B for ; Mon, 9 Aug 2021 15:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7EC886F for ; Mon, 9 Aug 2021 15:46:00 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1628523952.9f3a57961cc64567234d688fcf54959077b05160.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genpy/genpy-0.6.16.ebuild dev-ros/genpy/genpy-9999.ebuild X-VCS-Directories: dev-ros/genpy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9f3a57961cc64567234d688fcf54959077b05160 X-VCS-Branch: master Date: Mon, 9 Aug 2021 15:46:00 +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: 1a50fad3-2e6e-422a-b5de-784d775a5c01 X-Archives-Hash: db599175ca79b05a344fb749b9cff133 commit: 9f3a57961cc64567234d688fcf54959077b05160 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 9 15:45:52 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 9 15:45:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3a5796 dev-ros/genpy: add missing test dep Closes: https://bugs.gentoo.org/806818 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/genpy/genpy-0.6.16.ebuild | 1 + dev-ros/genpy/genpy-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ros/genpy/genpy-0.6.16.ebuild b/dev-ros/genpy/genpy-0.6.16.ebuild index e8cda9d3e50..a0323669d20 100644 --- a/dev-ros/genpy/genpy-0.6.16.ebuild +++ b/dev-ros/genpy/genpy-0.6.16.ebuild @@ -21,6 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]") ) " PATCHES=( "${FILESDIR}/yaml.patch" ) diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild index a5796a02b2e..a0323669d20 100644 --- a/dev-ros/genpy/genpy-9999.ebuild +++ b/dev-ros/genpy/genpy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]") ) " PATCHES=( "${FILESDIR}/yaml.patch" )