summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorTom Gillespie <tgbugs@gmail.com>2024-11-21 11:43:59 -0800
committerMichał Górny <mgorny@gentoo.org>2024-11-23 12:45:40 +0100
commit065e06ff79333f603285582ee7322d8be2a239ab (patch)
tree583fa8eea69fe4c8786000391e213333d44509fa /dev-python
parent3d133ef5cbde1a3f1529cf7b864f2db01f87dd65 (diff)
downloadgentoo-065e06ff79333f603285582ee7322d8be2a239ab.tar.gz
gentoo-065e06ff79333f603285582ee7322d8be2a239ab.tar.bz2
gentoo-065e06ff79333f603285582ee7322d8be2a239ab.zip
dev-python/twisted: add more IDEPEND for regen-cache
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 <tgbugs@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39402 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted/twisted-24.10.0.ebuild1
-rw-r--r--dev-python/twisted/twisted-24.7.0.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/twisted/twisted-24.10.0.ebuild b/dev-python/twisted/twisted-24.10.0.ebuild
index 2503c5619daf..8115ec7540e9 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 671c4626b4b6..0e23e33e40a0 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="