From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21C761582EF for ; Thu, 27 Feb 2025 06:09:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 070C93430FF for ; Thu, 27 Feb 2025 06:09:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 066B21102C9; Thu, 27 Feb 2025 06:09:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id F2F531102C9 for ; Thu, 27 Feb 2025 06:09:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD93D341465 for ; Thu, 27 Feb 2025 06:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 494EB9F9 for ; Thu, 27 Feb 2025 06:09:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740636498.4070d83652da9a9a4543b3b75c530c46a514951a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycurl/pycurl-7.45.4.ebuild X-VCS-Directories: dev-python/pycurl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4070d83652da9a9a4543b3b75c530c46a514951a X-VCS-Branch: master Date: Thu, 27 Feb 2025 06:09:02 +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: 1afe8835-ae99-4987-9022-2803202879f8 X-Archives-Hash: dbf886b04d3a109499f91a933c10ff88 commit: 4070d83652da9a9a4543b3b75c530c46a514951a Author: Sam James gentoo org> AuthorDate: Thu Feb 27 06:08:18 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 27 06:08:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4070d836 dev-python/pycurl: bottle -> flask for test deps Changed upstream in 79389aef7f41c8b1eaef00766602c0ac1f90dcf8 (>=7.45.4). Bug: https://bugs.gentoo.org/947068 Signed-off-by: Sam James gentoo.org> dev-python/pycurl/pycurl-7.45.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pycurl/pycurl-7.45.4.ebuild b/dev-python/pycurl/pycurl-7.45.4.ebuild index 265715916d61..d5af4f668c0f 100644 --- a/dev-python/pycurl/pycurl-7.45.4.ebuild +++ b/dev-python/pycurl/pycurl-7.45.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,8 +41,8 @@ RDEPEND=" " BDEPEND=" test? ( - >=dev-python/bottle-0.12.7[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),http2] ) "