From e96d05ae1bb5ae78ebcf0258d8b31c8b426c731a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 27 Jan 2024 13:04:05 +0100 Subject: [PATCH] dev-python/alembic: Add a test dep on sys-libs/timezone-data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/922995 Signed-off-by: Michał Górny --- dev-python/alembic/alembic-1.13.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/alembic/alembic-1.13.1.ebuild b/dev-python/alembic/alembic-1.13.1.ebuild index 4ad4d6d362402..d30bacd5aaeac 100644 --- a/dev-python/alembic/alembic-1.13.1.ebuild +++ b/dev-python/alembic/alembic-1.13.1.ebuild @@ -25,6 +25,11 @@ RDEPEND=" >=dev-python/python-editor-0.3[${PYTHON_USEDEP}] >=dev-python/typing-extensions-4[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + sys-libs/timezone-data + ) +" EPYTEST_XDIST=1 distutils_enable_tests pytest