dev-python/twisted: add more IDEPEND for regen-cache

One additional IDEPEND is needed that was missed in the previous
commit on this issue (d74d1d24e3).
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 <tgbugs@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39402
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Tom Gillespie
2024-11-21 11:43:59 -08:00
committed by Michał Górny
parent 3d133ef5cb
commit 065e06ff79
2 changed files with 2 additions and 0 deletions

View File

@@ -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="

View File

@@ -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="