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 065F415852A for ; Fri, 16 Aug 2024 03:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0057E29FA; Fri, 16 Aug 2024 03:18:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 378BDE29C4 for ; Fri, 16 Aug 2024 03:18:17 +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 42B8734300E for ; Fri, 16 Aug 2024 03:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E381EF9 for ; Fri, 16 Aug 2024 03:18:13 +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: <1723778285.6aaa83fb8842d3e4c3b47f7715377893b2a97d15.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twisted/twisted-24.7.0.ebuild X-VCS-Directories: dev-python/twisted/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6aaa83fb8842d3e4c3b47f7715377893b2a97d15 X-VCS-Branch: master Date: Fri, 16 Aug 2024 03:18:13 +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: a22319b1-58f1-4333-b123-c362c995a120 X-Archives-Hash: e0ec20403598229faba2b0e699809c69 commit: 6aaa83fb8842d3e4c3b47f7715377893b2a97d15 Author: Tom Gillespie gmail com> AuthorDate: Thu Aug 15 23:18:36 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 16 03:18:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aaa83fb dev-python/twisted: add IDEPEND for regen-cache twisted python_postinst makes a call to twisted-regen-cache which imports from zope.interface which was previously a RDEPEND but should be an IDEPEND as well not revbumping since the only cases where a rebuild would be needed is on systems that installed twisted without any RDEPENDs which are likely limited to binpkg build systems where a postinst failure and a missing dep have no practical impact Signed-off-by: Tom Gillespie gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38167 Signed-off-by: Michał Górny gentoo.org> dev-python/twisted/twisted-24.7.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/twisted/twisted-24.7.0.ebuild b/dev-python/twisted/twisted-24.7.0.ebuild index 70f9927cb88d..a1d02d8352ca 100644 --- a/dev-python/twisted/twisted-24.7.0.ebuild +++ b/dev-python/twisted/twisted-24.7.0.ebuild @@ -55,6 +55,9 @@ RDEPEND=" >=dev-python/idna-2.4[${PYTHON_USEDEP}] ) " +IDEPEND=" + >=dev-python/zope-interface-5[${PYTHON_USEDEP}] +" BDEPEND=" >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}] >=dev-python/incremental-22.10.0[${PYTHON_USEDEP}]