From f432a1d3ee58a8950e7a21c2cb7f0bff65eabb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 20 Jul 2026 11:58:52 +0200 Subject: [PATCH] dev-python/textx: Add missing dev-python/click test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/979561 Signed-off-by: Michał Górny --- dev-python/textx/textx-4.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/textx/textx-4.4.0.ebuild b/dev-python/textx/textx-4.4.0.ebuild index 49a04ae00c717..f92b86e309947 100644 --- a/dev-python/textx/textx-4.4.0.ebuild +++ b/dev-python/textx/textx-4.4.0.ebuild @@ -29,6 +29,7 @@ RDEPEND=" " BDEPEND=" test? ( + >=dev-python/click-7.0.0[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] ) "