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 5FFFF1382C5 for ; Mon, 18 May 2020 11:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98F98E08C4; Mon, 18 May 2020 11:52:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 86328E08C4 for ; Mon, 18 May 2020 11:52:10 +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 9818634EAD7 for ; Mon, 18 May 2020 11:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A4B8175 for ; Mon, 18 May 2020 11:52:06 +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: <1589802714.bc54d6bc7fac76ee3a958f364b68d1943f9f2bd2.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 dev-python/moto/moto-1.3.14.ebuild X-VCS-Directories: dev-python/moto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc54d6bc7fac76ee3a958f364b68d1943f9f2bd2 X-VCS-Branch: master Date: Mon, 18 May 2020 11:52:06 +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: ada0df1a-3391-4150-9351-fcf270a99ad2 X-Archives-Hash: ed7656ecbe2624e6f675d02391a9bfa4 commit: bc54d6bc7fac76ee3a958f364b68d1943f9f2bd2 Author: Michał Górny gentoo org> AuthorDate: Mon May 18 11:47:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 18 11:51:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc54d6bc dev-python/moto: Add dep on python-sshpubkeys Closes: https://bugs.gentoo.org/723694 Signed-off-by: Michał Górny gentoo.org> dev-python/moto/{moto-1.3.14.ebuild => moto-1.3.14-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/moto/moto-1.3.14.ebuild b/dev-python/moto/moto-1.3.14-r1.ebuild similarity index 98% rename from dev-python/moto/moto-1.3.14.ebuild rename to dev-python/moto/moto-1.3.14-r1.ebuild index 3e3d07f6fb8..f342377fbce 100644 --- a/dev-python/moto/moto-1.3.14.ebuild +++ b/dev-python/moto/moto-1.3.14-r1.ebuild @@ -38,6 +38,7 @@ RDEPEND=" dev-python/pytz[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/python-jose[${PYTHON_USEDEP}] + dev-python/python-sshpubkeys[${PYTHON_USEDEP}] >=dev-python/responses-0.9.0[${PYTHON_USEDEP}] >=dev-python/requests-2.5[${PYTHON_USEDEP}] dev-python/xmltodict[${PYTHON_USEDEP}]