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.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 2D8B3158649 for ; Wed, 10 May 2023 15:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13658E0908; Wed, 10 May 2023 15:25:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7CBCE0907 for ; Wed, 10 May 2023 15:25:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F4C5340BBE for ; Wed, 10 May 2023 15:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6CB4A67 for ; Wed, 10 May 2023 15:25:22 +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: <1683732315.1096379fe5dc669e58985055a9da8d8c2bcbe472.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paramiko/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paramiko/paramiko-3.1.0-r1.ebuild dev-python/paramiko/paramiko-3.1.0.ebuild X-VCS-Directories: dev-python/paramiko/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1096379fe5dc669e58985055a9da8d8c2bcbe472 X-VCS-Branch: master Date: Wed, 10 May 2023 15:25:22 +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: 757d3a13-8511-4ece-84ec-93986148911f X-Archives-Hash: 0363135499d5f4142e53abb00b71e8ba commit: 1096379fe5dc669e58985055a9da8d8c2bcbe472 Author: Michał Górny gentoo org> AuthorDate: Wed May 10 15:23:07 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 10 15:25:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1096379f dev-python/paramiko: Remove obsolete dev-python/six dep Closes: https://bugs.gentoo.org/906039 Signed-off-by: Michał Górny gentoo.org> dev-python/paramiko/{paramiko-3.1.0.ebuild => paramiko-3.1.0-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/paramiko/paramiko-3.1.0.ebuild b/dev-python/paramiko/paramiko-3.1.0-r1.ebuild similarity index 97% rename from dev-python/paramiko/paramiko-3.1.0.ebuild rename to dev-python/paramiko/paramiko-3.1.0-r1.ebuild index dd2a49a105fc..380997434a93 100644 --- a/dev-python/paramiko/paramiko-3.1.0.ebuild +++ b/dev-python/paramiko/paramiko-3.1.0-r1.ebuild @@ -30,7 +30,6 @@ RDEPEND=" >=dev-python/cryptography-2.5[${PYTHON_USEDEP}] >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] " distutils_enable_tests pytest