commit: cca94998c189220d457c2f41a181ad762fabc005
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 7 04:19:01 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 04:19:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca94998
dev-python/ujson: drop pytz test dep
It was added in d0a8c96a3cd9bc6765e0df0ead46b7ff63240434 but I can't
figure out why -- I think it must have been for py2 which lacked zoneinfo
or python < 3.9.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/ujson/ujson-5.10.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/ujson/ujson-5.10.0.ebuild
b/dev-python/ujson/ujson-5.10.0.ebuild
index 8f4218812959..16a80e57310e 100644
--- a/dev-python/ujson/ujson-5.10.0.ebuild
+++ b/dev-python/ujson/ujson-5.10.0.ebuild
@@ -27,9 +27,6 @@ RDEPEND="
"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytz[${PYTHON_USEDEP}]
- )
"
distutils_enable_tests pytest