commit: 7210c19c6a06548888c6f2c7156dc188deb114d8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 08:30:23 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 08:40:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7210c19c
dev-python/Babel: Add a test dep on dev-python/pytz Closes: https://bugs.gentoo.org/904043 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/Babel/Babel-2.12.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/Babel/Babel-2.12.1.ebuild b/dev-python/Babel/Babel-2.12.1.ebuild index 943a3ce6af7f..4835ae56e264 100644 --- a/dev-python/Babel/Babel-2.12.1.ebuild +++ b/dev-python/Babel/Babel-2.12.1.ebuild @@ -37,6 +37,7 @@ BDEPEND=" ${RDEPEND} test? ( dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] ) "
