From 7ae3ba460a6cb1e95db86e218e8ac4e58c121900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 19 May 2020 13:29:04 +0200 Subject: [PATCH] dev-python/django_polymorphic: Require sqlite for tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723614 Signed-off-by: Michał Górny --- dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild b/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild index b3ba1924496a..28a0ff99f160 100644 --- a/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild +++ b/dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild @@ -24,6 +24,7 @@ RDEPEND=" DEPEND=" test? ( + $(python_gen_impl_dep sqlite) ${RDEPEND} dev-python/dj-database-url[${PYTHON_USEDEP}] ) -- 2.26.2