dev-python/micawber: Require sqlite for tests
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:35:26 +0000 (12:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:40:30 +0000 (12:40 +0200)
Closes: https://bugs.gentoo.org/723538
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/micawber/micawber-0.5.1.ebuild

index bd5793ec07de2e7fdfb2a758498874cfa6132073..743a6f20ad1044dd0ac2b0d8de3d395dff27e1cf 100644 (file)
@@ -18,6 +18,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="
        test? (
+               $(python_gen_impl_dep sqlite)
                dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
                dev-python/django[${PYTHON_USEDEP}]
        )"