commit: 81e0d156708c318f677dd3f60cddaf4fd8eae6e3 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com> AuthorDate: Tue Jul 1 18:39:17 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 19:07:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e0d156
dev-python/twisted: restore IDEPEND typing-extensions restore IDEPEND on typing-extensions because twisted-regen-cache still runs at install time and imports from typing-extensions See-also: 21e3c2de0fd8582afe9369b071dfb4c19d2c2975 Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/42831 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/twisted/twisted-24.11.0-r1.ebuild | 1 + dev-python/twisted/twisted-25.5.0.ebuild | 1 + dev-python/twisted/twisted-25.5.0_rc1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/twisted/twisted-24.11.0-r1.ebuild b/dev-python/twisted/twisted-24.11.0-r1.ebuild index 6dc7cf36f6e4..2306e2ba60ca 100644 --- a/dev-python/twisted/twisted-24.11.0-r1.ebuild +++ b/dev-python/twisted/twisted-24.11.0-r1.ebuild @@ -56,6 +56,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-25.5.0.ebuild b/dev-python/twisted/twisted-25.5.0.ebuild index edaa875432f3..0e13b02c8002 100644 --- a/dev-python/twisted/twisted-25.5.0.ebuild +++ b/dev-python/twisted/twisted-25.5.0.ebuild @@ -59,6 +59,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-25.5.0_rc1.ebuild b/dev-python/twisted/twisted-25.5.0_rc1.ebuild index cb4ee1336da7..0a5ccb5d38ac 100644 --- a/dev-python/twisted/twisted-25.5.0_rc1.ebuild +++ b/dev-python/twisted/twisted-25.5.0_rc1.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="
