summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-01 12:46:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-01 13:18:36 +0200
commite42b34676c56872d380aecd4045fc6b4a30c9f08 (patch)
tree6148e77dd42e48359fe54dc5ce31466f32b7bd58 /dev-python
parentwww-client/firefox: add 131.0 (diff)
downloadgentoo-e42b34676c56872d380aecd4045fc6b4a30c9f08.tar.gz
gentoo-e42b34676c56872d380aecd4045fc6b4a30c9f08.tar.bz2
gentoo-e42b34676c56872d380aecd4045fc6b4a30c9f08.zip
dev-python/x-wr-timezone: Add a test dependency on pytz
Closes: https://bugs.gentoo.org/940576 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/x-wr-timezone/x-wr-timezone-1.0.1.ebuild5
1 files changed, 5 insertions, 0 deletions
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