commit:     e656abc3f736d2f90cc71e22cf0d44463ff81d2d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 19:04:49 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 19:05:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e656abc3

dev-python/python-json-logger: Add missing test deps

Closes: https://bugs.gentoo.org/946355
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-json-logger/python-json-logger-3.2.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild 
b/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
index d28f58ef9c11..72f24aa2103c 100644
--- a/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
+++ b/dev-python/python-json-logger/python-json-logger-3.2.0.ebuild
@@ -20,6 +20,13 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc
 
 distutils_enable_tests pytest
 
+BDEPEND="
+       test? (
+               dev-python/freezegun[${PYTHON_USEDEP}]
+               dev-python/tzdata[${PYTHON_USEDEP}]
+       )
+"
+
 python_test() {
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
        epytest

Reply via email to