diff options
author | 2024-08-20 13:09:20 -0700 | |
---|---|---|
committer | 2024-08-21 17:06:18 +0200 | |
commit | d74d1d24e34cfd796a297695d05fec023a783701 (patch) | |
tree | 4c0859929a821c38d503c32b9d9aa34d3200d9ad /dev-python/twisted | |
parent | dev-python/scipy: Bump to 1.14.1 (diff) | |
download | gentoo-d74d1d24e34cfd796a297695d05fec023a783701.tar.gz gentoo-d74d1d24e34cfd796a297695d05fec023a783701.tar.bz2 gentoo-d74d1d24e34cfd796a297695d05fec023a783701.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38223
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-24.7.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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=" |