summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-01 11:42:35 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-01 11:45:56 +0200
commit5fdebc275c4c39376a12a458ad9d08fdba3ebbd4 (patch)
treeb6843e3bfb45930806fc05ff086d4abd6c8c1faf /dev-python/agate
parentpython-utils-r1.eclass: epytest, error out on missing async plugin (diff)
downloadgentoo-5fdebc275c4c39376a12a458ad9d08fdba3ebbd4.tar.gz
gentoo-5fdebc275c4c39376a12a458ad9d08fdba3ebbd4.tar.bz2
gentoo-5fdebc275c4c39376a12a458ad9d08fdba3ebbd4.zip
dev-python/agate: Add dev-python/cssselect test dep
Closes: https://bugs.gentoo.org/928353 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/agate')
-rw-r--r--dev-python/agate/agate-1.9.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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}]
)
"