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 3E22D13835A for ; Tue, 9 Jun 2020 15:14:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C102E093A; Tue, 9 Jun 2020 15:14:40 +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 53577E093A for ; Tue, 9 Jun 2020 15:14:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5131134F15F for ; Tue, 9 Jun 2020 15:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E60AC292 for ; Tue, 9 Jun 2020 15:14:33 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1591715667.d01e95ec7fb42c08fd012168daa4b2257312881b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/moto/moto-1.3.14-r1.ebuild X-VCS-Directories: dev-python/moto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d01e95ec7fb42c08fd012168daa4b2257312881b X-VCS-Branch: master Date: Tue, 9 Jun 2020 15:14:33 +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: 4210bc46-dd40-4b6e-8097-4cf3d020ff26 X-Archives-Hash: 4b553697f0c32114f16f019803725cc9 commit: d01e95ec7fb42c08fd012168daa4b2257312881b Author: Michał Górny gentoo org> AuthorDate: Tue Jun 9 15:14:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 9 15:14:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01e95ec dev-python/moto: Add dep on parameterized Closes: https://bugs.gentoo.org/727676 Signed-off-by: Michał Górny gentoo.org> dev-python/moto/moto-1.3.14-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/moto/moto-1.3.14-r1.ebuild b/dev-python/moto/moto-1.3.14-r1.ebuild index f342377fbce..3a17ac951f1 100644 --- a/dev-python/moto/moto-1.3.14-r1.ebuild +++ b/dev-python/moto/moto-1.3.14-r1.ebuild @@ -50,6 +50,7 @@ BDEPEND=" dev-python/freezegun[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] >=dev-python/sure-1.4.11[${PYTHON_USEDEP}] )