dev-python/django_polymorphic: Require sqlite for tests
authorMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 11:29:04 +0000 (13:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 11:29:04 +0000 (13:29 +0200)
Closes: https://bugs.gentoo.org/723614
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild

index b3ba1924496a92c83171087f2b7ef802ab3fa39a..28a0ff99f160166b842537f3705c64b6127b751a 100644 (file)
@@ -24,6 +24,7 @@ RDEPEND="
 
 DEPEND="
        test? (
+               $(python_gen_impl_dep sqlite)
                ${RDEPEND}
                dev-python/dj-database-url[${PYTHON_USEDEP}]
        )