From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1220716-garchives=archives.gentoo.org@lists.gentoo.org>
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 4213D138359
	for <garchives@archives.gentoo.org>; Sun,  8 Nov 2020 12:52:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81A82E07D8;
	Sun,  8 Nov 2020 12:52:55 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 65568E07D8
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Nov 2020 12:52:55 +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 2B8B833C6B6
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Nov 2020 12:52:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CCE63AB
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Nov 2020 12:52:52 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1604839964.20537c81bf01c92e6e041189d4f6282cbe1c1a4a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rq/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/rq/rq-1.6.1.ebuild
X-VCS-Directories: dev-python/rq/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 20537c81bf01c92e6e041189d4f6282cbe1c1a4a
X-VCS-Branch: master
Date: Sun,  8 Nov 2020 12:52:52 +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: 6a11f6f7-be73-45a4-af3a-c7ae67a6dfe4
X-Archives-Hash: e9eabf13111af3b9df8f82b43feef1ca

commit:     20537c81bf01c92e6e041189d4f6282cbe1c1a4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  8 12:52:44 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 12:52:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20537c81

dev-python/rq: add missing psutil test dep

Closes: https://bugs.gentoo.org/753563
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rq/rq-1.6.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rq/rq-1.6.1.ebuild b/dev-python/rq/rq-1.6.1.ebuild
index f9b5f2ea741..031701f5d58 100644
--- a/dev-python/rq/rq-1.6.1.ebuild
+++ b/dev-python/rq/rq-1.6.1.ebuild
@@ -20,6 +20,7 @@ BDEPEND="
 	test? (
 		dev-db/redis
 		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/psutil[${PYTHON_USEDEP}]
 		dev-python/sentry-sdk[${PYTHON_USEDEP}]
 	)
 "