From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1038827-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 7EE84138334
	for <garchives@archives.gentoo.org>; Wed, 25 Jul 2018 21:10:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7B4CFE0866;
	Wed, 25 Jul 2018 21:10:29 +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 4881FE0866
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jul 2018 21:10:28 +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 B10D5335C7F
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jul 2018 21:10:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 527BD388
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jul 2018 21:10:25 +0000 (UTC)
From: "Louis Sautier" <sbraz@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, "Louis Sautier" <sbraz@gentoo.org>
Message-ID: <1532552287.732eb7166a6dfbe795707029ff780418ae292118.sbraz@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/tempora/tempora-1.13.ebuild
X-VCS-Directories: dev-python/tempora/
X-VCS-Committer: sbraz
X-VCS-Committer-Name: Louis Sautier
X-VCS-Revision: 732eb7166a6dfbe795707029ff780418ae292118
X-VCS-Branch: master
Date: Wed, 25 Jul 2018 21:10:25 +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-Archives-Salt: a855c29a-ba1b-423f-a910-65f6a164e4cb
X-Archives-Hash: dcdf81a49bb00c3443182453fd627cfe

commit:     732eb7166a6dfbe795707029ff780418ae292118
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 20:56:58 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 20:58:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732eb716

dev-python/tempora: add missing ${RDEPEND} to test DEPEND

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/tempora/tempora-1.13.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/tempora/tempora-1.13.ebuild b/dev-python/tempora/tempora-1.13.ebuild
index 07b710ec9a2..27020aa721b 100644
--- a/dev-python/tempora/tempora-1.13.ebuild
+++ b/dev-python/tempora/tempora-1.13.ebuild
@@ -33,6 +33,7 @@ DEPEND="
 		dev-python/sphinx[${PYTHON_USEDEP}]
 	)
 	test? (
+		${RDEPEND}
 		>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
 		dev-python/backports-unittest-mock[${PYTHON_USEDEP}]
 		dev-python/freezegun[${PYTHON_USEDEP}]