diff options
author | Tom Gillespie <tgbugs@gmail.com> | 2024-08-15 16:18:36 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-16 05:18:05 +0200 |
commit | 6aaa83fb8842d3e4c3b47f7715377893b2a97d15 (patch) | |
tree | 43a3f75d30922748f629314fb4e6e6d77d8043d6 /dev-python/twisted | |
parent | dev-python/twisted: Remove old (diff) | |
download | gentoo-6aaa83fb8842d3e4c3b47f7715377893b2a97d15.tar.gz gentoo-6aaa83fb8842d3e4c3b47f7715377893b2a97d15.tar.bz2 gentoo-6aaa83fb8842d3e4c3b47f7715377893b2a97d15.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38167
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-24.7.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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}] |