dev-python/easy-thumbnails: Require sqlite for tests

Closes: https://bugs.gentoo.org/723720
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-18 13:13:20 +02:00
parent f76ec34cef
commit 9f16f77878

View File

@@ -23,6 +23,7 @@ RDEPEND="
"
BDEPEND="
test? (
$(python_gen_impl_dep sqlite)
${RDEPEND}
dev-python/testfixtures[${PYTHON_USEDEP}]
)