From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1273223-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 0DB1B1382C5
	for <garchives@archives.gentoo.org>; Tue, 20 Apr 2021 07:38:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CED5BE083B;
	Tue, 20 Apr 2021 07:38:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 B3259E083B
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Apr 2021 07:38:02 +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 82588340E27
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Apr 2021 07:38:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E7720702
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Apr 2021 07:37:59 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1618904198.591e9cd7caef45709c7ed11940fa2d747d6a412d.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-mongoengine/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild
X-VCS-Directories: dev-python/flask-mongoengine/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 591e9cd7caef45709c7ed11940fa2d747d6a412d
X-VCS-Branch: master
Date: Tue, 20 Apr 2021 07:37:59 +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: 22e92f05-621e-4de8-b0e8-617dd8136383
X-Archives-Hash: daa78749ca2842661b41da6b887db197

commit:     591e9cd7caef45709c7ed11940fa2d747d6a412d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 07:36:38 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 07:36:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591e9cd7

dev-python/flask-mongoengine: Add a test dep on email-validator

Closes: https://bugs.gentoo.org/784326
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild b/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild
index 1afb666dd86..333446b4453 100644
--- a/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild
+++ b/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild
@@ -22,6 +22,7 @@ RDEPEND=">=dev-python/flask-1.1.2[${PYTHON_USEDEP}]
 BDEPEND="
 	test? (
 		dev-db/mongodb
+		dev-python/python-email-validator[${PYTHON_USEDEP}]
 	)"
 
 distutils_enable_sphinx docs