commit: d74d1d24e34cfd796a297695d05fec023a783701 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com> AuthorDate: Tue Aug 20 20:09:20 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 21 15:06:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74d1d24
dev-python/twisted: add more IDEPEND for regen-cache Two additional IDEPEND are needed that were missed in the previous commit on this issue (6aaa83fb8842d3e4c3b47f7715377893b2a97d15). twisted-regen-cache should run without error now that attrs and constantly deps are correctly pulled in. Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38223 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/twisted/twisted-24.7.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/twisted/twisted-24.7.0.ebuild b/dev-python/twisted/twisted-24.7.0.ebuild index 061915621947..ace722083e85 100644 --- a/dev-python/twisted/twisted-24.7.0.ebuild +++ b/dev-python/twisted/twisted-24.7.0.ebuild @@ -56,6 +56,8 @@ RDEPEND=" ) " IDEPEND=" + >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] + >=dev-python/constantly-15.1[${PYTHON_USEDEP}] >=dev-python/zope-interface-5[${PYTHON_USEDEP}] " BDEPEND="
