commit: 5fdebc275c4c39376a12a458ad9d08fdba3ebbd4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 1 09:42:35 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}] ) "