From 065e06ff79333f603285582ee7322d8be2a239ab Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Thu, 21 Nov 2024 11:43:59 -0800 Subject: [PATCH] dev-python/twisted: add more IDEPEND for regen-cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One additional IDEPEND is needed that was missed in the previous commit on this issue (d74d1d24e34cfd796a297695d05fec023a783701). twisted-regen-cache should run without error now that typing-extensions is pulled in. This was tested from an image with nothing else installed so should finally have everything. One note is that incremental is also technically required at install time and may be missing, however there are no real cases where this is an issue because it is in both BDEPEND and RDEPEND and emerging with --nodeps does not install IDEPEND so the fact that install would fail in that case is expected. Signed-off-by: Tom Gillespie Closes: https://github.com/gentoo/gentoo/pull/39402 Signed-off-by: Michał Górny --- dev-python/twisted/twisted-24.10.0.ebuild | 1 + dev-python/twisted/twisted-24.7.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/twisted/twisted-24.10.0.ebuild b/dev-python/twisted/twisted-24.10.0.ebuild index 2503c5619daf5..8115ec7540e96 100644 --- a/dev-python/twisted/twisted-24.10.0.ebuild +++ b/dev-python/twisted/twisted-24.10.0.ebuild @@ -58,6 +58,7 @@ RDEPEND=" IDEPEND=" >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] >=dev-python/constantly-15.1[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] >=dev-python/zope-interface-5[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/dev-python/twisted/twisted-24.7.0.ebuild b/dev-python/twisted/twisted-24.7.0.ebuild index 671c4626b4b67..0e23e33e40a0d 100644 --- a/dev-python/twisted/twisted-24.7.0.ebuild +++ b/dev-python/twisted/twisted-24.7.0.ebuild @@ -58,6 +58,7 @@ RDEPEND=" IDEPEND=" >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] >=dev-python/constantly-15.1[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] >=dev-python/zope-interface-5[${PYTHON_USEDEP}] " BDEPEND="