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 53534158041 for ; Mon, 1 Apr 2024 09:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A91E2A2C; Mon, 1 Apr 2024 09:46:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 70F09E2A2C for ; Mon, 1 Apr 2024 09:46:15 +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 B5F433431AA for ; Mon, 1 Apr 2024 09:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F4C0DC3 for ; Mon, 1 Apr 2024 09:46:13 +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: <1711964756.5fdebc275c4c39376a12a458ad9d08fdba3ebbd4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/agate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/agate/agate-1.9.1.ebuild X-VCS-Directories: dev-python/agate/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5fdebc275c4c39376a12a458ad9d08fdba3ebbd4 X-VCS-Branch: master Date: Mon, 1 Apr 2024 09:46:13 +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: 44753e61-23ea-4b64-baa7-cd2dd913f5df X-Archives-Hash: 5be7ac4b378cd4f79f9a24c53d21500b commit: 5fdebc275c4c39376a12a458ad9d08fdba3ebbd4 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 1 09:42:35 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 1 09:45:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdebc27 dev-python/agate: Add dev-python/cssselect test dep Closes: https://bugs.gentoo.org/928353 Signed-off-by: Michał Górny gentoo.org> dev-python/agate/agate-1.9.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/agate/agate-1.9.1.ebuild b/dev-python/agate/agate-1.9.1.ebuild index 3452927edab1..baca934b9901 100644 --- a/dev-python/agate/agate-1.9.1.ebuild +++ b/dev-python/agate/agate-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,7 @@ RDEPEND=" " BDEPEND=" test? ( + >=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) "