commit:     6aaa83fb8842d3e4c3b47f7715377893b2a97d15
Author:     Tom Gillespie <tgbugs <AT> gmail <DOT> com>
AuthorDate: Thu Aug 15 23:18:36 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <tgbugs <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38167
Signed-off-by: Michał Górny <mgorny <AT> 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}]

Reply via email to