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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37A41159C9B for ; Tue, 13 Aug 2024 20:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD632BC064; Tue, 13 Aug 2024 20:41:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C46842BC064 for ; Tue, 13 Aug 2024 20:41:49 +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 CD07F34306A for ; Tue, 13 Aug 2024 20:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BC8D1EEA for ; Tue, 13 Aug 2024 20:41:47 +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: <1723580354.87b8cbf8e2a311ce2e88ac4c6166d11e8bc0a34a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/treq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/treq/treq-23.11.0.ebuild X-VCS-Directories: dev-python/treq/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 87b8cbf8e2a311ce2e88ac4c6166d11e8bc0a34a X-VCS-Branch: master Date: Tue, 13 Aug 2024 20:41:47 +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: 7a552be2-bcda-48ca-8429-02fd9f0a3402 X-Archives-Hash: 39219482aa0aba6625c13b46c64584b2 commit: 87b8cbf8e2a311ce2e88ac4c6166d11e8bc0a34a Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 20:18:58 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 13 20:19:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b8cbf8 dev-python/treq: Add missing dep on dev-python/legacy-cgi Signed-off-by: Michał Górny gentoo.org> dev-python/treq/treq-23.11.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/treq/treq-23.11.0.ebuild b/dev-python/treq/treq-23.11.0.ebuild index 8e44291b5c14..559374dd37dd 100644 --- a/dev-python/treq/treq-23.11.0.ebuild +++ b/dev-python/treq/treq-23.11.0.ebuild @@ -26,6 +26,9 @@ RDEPEND=" dev-python/incremental[${PYTHON_USEDEP}] >=dev-python/requests-2.1.0[${PYTHON_USEDEP}] >=dev-python/twisted-18.7.0[ssl(-),${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/legacy-cgi[${PYTHON_USEDEP}] + ' 3.13) " BDEPEND=" dev-python/incremental[${PYTHON_USEDEP}]