commit:     e42b34676c56872d380aecd4045fc6b4a30c9f08
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 10:46:24 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 11:18:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42b3467

dev-python/x-wr-timezone: Add a test dependency on pytz

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

 dev-python/x-wr-timezone/x-wr-timezone-1.0.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/x-wr-timezone/x-wr-timezone-1.0.1.ebuild 
b/dev-python/x-wr-timezone/x-wr-timezone-1.0.1.ebuild
index 4b90e13631e7..e395fc468780 100644
--- a/dev-python/x-wr-timezone/x-wr-timezone-1.0.1.ebuild
+++ b/dev-python/x-wr-timezone/x-wr-timezone-1.0.1.ebuild
@@ -26,6 +26,11 @@ RDEPEND="
        >=dev-python/icalendar-5.0.11[${PYTHON_USEDEP}]
        dev-python/tzdata[${PYTHON_USEDEP}]
 "
+BDEPEND="
+       test? (
+               dev-python/pytz[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 

Reply via email to