From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1380808-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E53315808B for <garchives@archives.gentoo.org>; Tue, 29 Mar 2022 20:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E31FE0869; Tue, 29 Mar 2022 20:53:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2C0CE0869 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Mar 2022 20:53:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B2EA341558 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Mar 2022 20:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BABDAF for <gentoo-commits@lists.gentoo.org>; Tue, 29 Mar 2022 20:53:30 +0000 (UTC) From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" <lssndrbarbieri@gmail.com> Message-ID: <1648587208.b39e6ea592095b490b9764d683516049460afdd8.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asyncssh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asyncssh/asyncssh-2.10.0.ebuild X-VCS-Directories: dev-python/asyncssh/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b39e6ea592095b490b9764d683516049460afdd8 X-VCS-Branch: dev Date: Tue, 29 Mar 2022 20:53:30 +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: b3f6a6b8-aed8-471b-9d85-8b24c7808f7d X-Archives-Hash: ed151ecc644577eb950833d3518e7a0a commit: b39e6ea592095b490b9764d683516049460afdd8 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue Mar 29 20:15:41 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue Mar 29 20:53:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b39e6ea5 dev-python/asyncssh: add missing dep Closes: https://bugs.gentoo.org/836363 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/asyncssh/asyncssh-2.10.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/asyncssh/asyncssh-2.10.0.ebuild b/dev-python/asyncssh/asyncssh-2.10.0.ebuild index 654e0d743..b874e75e0 100644 --- a/dev-python/asyncssh/asyncssh-2.10.0.ebuild +++ b/dev-python/asyncssh/asyncssh-2.10.0.ebuild @@ -21,7 +21,10 @@ LICENSE="ECL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=">=dev-python/cryptography-2.8[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/cryptography-2.8[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-3.6[${PYTHON_USEDEP}] +" DEPEND="${REDEPEND}" BDEPEND=" test? (