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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74D811581FB for ; Sat, 31 Aug 2024 05:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F70E29AC; Sat, 31 Aug 2024 05:31:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78DEDE29AC for ; Sat, 31 Aug 2024 05:31:07 +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 8DD0934069F for ; Sat, 31 Aug 2024 05:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3EF41F28 for ; Sat, 31 Aug 2024 05:31:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725082223.1d5206d7309c1b4507898b4e163952c4e37440f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysnmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysnmp/pysnmp-7.0.3.ebuild X-VCS-Directories: dev-python/pysnmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d5206d7309c1b4507898b4e163952c4e37440f4 X-VCS-Branch: master Date: Sat, 31 Aug 2024 05:31:04 +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: e56b3915-765c-46f4-bf9f-b179afd4ca8f X-Archives-Hash: 9ae3a21c158e1074f8b053279e90f8d5 commit: 1d5206d7309c1b4507898b4e163952c4e37440f4 Author: Sam James gentoo org> AuthorDate: Sat Aug 31 05:30:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 31 05:30:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5206d7 dev-python/pysnmp: PDEPEND->RDEPEND for pysmi It's only a test circular dependency and we tend not to do PDEPEND for those. Signed-off-by: Sam James gentoo.org> dev-python/pysnmp/pysnmp-7.0.3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/pysnmp/pysnmp-7.0.3.ebuild b/dev-python/pysnmp/pysnmp-7.0.3.ebuild index 2a0be2fdf55c..d51d7f5faed7 100644 --- a/dev-python/pysnmp/pysnmp-7.0.3.ebuild +++ b/dev-python/pysnmp/pysnmp-7.0.3.ebuild @@ -23,8 +23,6 @@ RESTRICT="test" RDEPEND=" >=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}] >=dev-python/pysnmpcrypto-0.0.4[${PYTHON_USEDEP}] -" -PDEPEND=" >=dev-python/pysmi-1.3.0[${PYTHON_USEDEP}] " BDEPEND="