commit: 9f16f77878d0d1a71ae76c851bddabe141530f1a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 18 11:13:20 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 18 11:13:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f16f778
dev-python/easy-thumbnails: Require sqlite for tests Closes: https://bugs.gentoo.org/723720 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild index 3aabbec54a9..f532eb55869 100644 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild @@ -23,6 +23,7 @@ RDEPEND=" " BDEPEND=" test? ( + $(python_gen_impl_dep sqlite) ${RDEPEND} dev-python/testfixtures[${PYTHON_USEDEP}] )
