diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-22 10:30:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-22 10:40:59 +0200 |
commit | 7210c19c6a06548888c6f2c7156dc188deb114d8 (patch) | |
tree | bf9c220218c1f1d33ed59c6c2cfb938815ecaa32 /dev-python/Babel | |
parent | dev-embedded/ponyprog: call udev_reload in 3.1.3 (diff) | |
download | gentoo-7210c19c6a06548888c6f2c7156dc188deb114d8.tar.gz gentoo-7210c19c6a06548888c6f2c7156dc188deb114d8.tar.bz2 gentoo-7210c19c6a06548888c6f2c7156dc188deb114d8.zip |
dev-python/Babel: Add a test dep on dev-python/pytz
Closes: https://bugs.gentoo.org/904043
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Babel')
-rw-r--r-- | dev-python/Babel/Babel-2.12.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) " |