commit: fa063fca0e8572364cffa53aa0996e4e62509069 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 3 20:57:50 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 21:41:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa063fca
dev-python/Faker: Add test dep on pillow Closes: https://bugs.gentoo.org/794064 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/Faker/Faker-8.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/Faker/Faker-8.5.0.ebuild b/dev-python/Faker/Faker-8.5.0.ebuild index 0b94b1e3251..8c32d947c29 100644 --- a/dev-python/Faker/Faker-8.5.0.ebuild +++ b/dev-python/Faker/Faker-8.5.0.ebuild @@ -20,6 +20,7 @@ RDEPEND=">=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}] BDEPEND=" test? ( dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP},tiff] dev-python/random2[${PYTHON_USEDEP}] dev-python/validators[${PYTHON_USEDEP}] )"
