From 82b4e8a72806fa71faf5d0ed3f064fe272368746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 17 May 2024 18:25:52 +0200 Subject: [PATCH] dev-python/tenacity: Depend on dev-python/tornado with pytest fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tenacity/tenacity-8.3.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/tenacity/tenacity-8.3.0.ebuild b/dev-python/tenacity/tenacity-8.3.0.ebuild index 07f870f16ac31..6b916a7dff792 100644 --- a/dev-python/tenacity/tenacity-8.3.0.ebuild +++ b/dev-python/tenacity/tenacity-8.3.0.ebuild @@ -21,8 +21,7 @@ KEYWORDS="~amd64 ~arm64 ~riscv ~x86" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( - =dev-python/tornado-6.4-r1[${PYTHON_USEDEP}] dev-python/typeguard[${PYTHON_USEDEP}] ) "