From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1343641-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B8ED6158003
	for <garchives@archives.gentoo.org>; Fri, 26 Nov 2021 17:59:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0A94EE085A;
	Fri, 26 Nov 2021 17:59:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E3B47E085A
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 17:59:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CD9AF342D15
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 17:59:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 135FE1C6
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 17:59:16 +0000 (UTC)
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" <tupone@gentoo.org>
Message-ID: <1637949538.df96acdb9f083f58a596265060e87e0905fd32ed.tupone@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ada/e3-core/e3-core-22.1.0.ebuild
X-VCS-Directories: dev-ada/e3-core/
X-VCS-Committer: tupone
X-VCS-Committer-Name: Alfredo Tupone
X-VCS-Revision: df96acdb9f083f58a596265060e87e0905fd32ed
X-VCS-Branch: master
Date: Fri, 26 Nov 2021 17:59:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 13b45121-0510-464c-85c4-6f2cd3793de1
X-Archives-Hash: b853b47fca3d859ec73652b5a1f054eb

commit:     df96acdb9f083f58a596265060e87e0905fd32ed
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 17:58:58 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 17:58:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df96acdb

dev-ada/e3-core: missing test dep

Closes: https://bugs.gentoo.org/827230
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ada/e3-core/e3-core-22.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ada/e3-core/e3-core-22.1.0.ebuild b/dev-ada/e3-core/e3-core-22.1.0.ebuild
index cd6d541a6af7..c937ea3891ac 100644
--- a/dev-ada/e3-core/e3-core-22.1.0.ebuild
+++ b/dev-ada/e3-core/e3-core-22.1.0.ebuild
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}
 		dev-python/pyyaml
 		dev-python/python-dateutil
 		dev-python/mock
+		dev-python/psutil
 	)"
 BDEPEND=""
 REQUIRED_USE="x86? ( !test )"