From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C589315852A for ; Wed, 21 Aug 2024 15:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BA5E2A06; Wed, 21 Aug 2024 15:06:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDD79E2A06 for ; Wed, 21 Aug 2024 15:06:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3763B335DCD for ; Wed, 21 Aug 2024 15:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96C8C1EF1 for ; Wed, 21 Aug 2024 15:06:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1724252778.d74d1d24e34cfd796a297695d05fec023a783701.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twisted/twisted-24.7.0.ebuild X-VCS-Directories: dev-python/twisted/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d74d1d24e34cfd796a297695d05fec023a783701 X-VCS-Branch: master Date: Wed, 21 Aug 2024 15:06:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05d3dfc9-984f-49c4-8e2b-cd26699bcf5e X-Archives-Hash: 6ee6ab68c596a3bb341411292d936006 commit: d74d1d24e34cfd796a297695d05fec023a783701 Author: Tom Gillespie gmail com> AuthorDate: Tue Aug 20 20:09:20 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 21 15:06:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74d1d24 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38223 Signed-off-by: Michał Górny gentoo.org> dev-python/twisted/twisted-24.7.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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="