diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-19 13:29:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-19 13:29:04 +0200 |
commit | 7ae3ba460a6cb1e95db86e218e8ac4e58c121900 (patch) | |
tree | 270ec32ede883d67a0f91b322309c4cb38bdf604 /dev-python | |
parent | app-portage/gander: New package (diff) | |
download | gentoo-7ae3ba460a6cb1e95db86e218e8ac4e58c121900.tar.gz gentoo-7ae3ba460a6cb1e95db86e218e8ac4e58c121900.tar.bz2 gentoo-7ae3ba460a6cb1e95db86e218e8ac4e58c121900.zip |
dev-python/django_polymorphic: Require sqlite for tests
Closes: https://bugs.gentoo.org/723614
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django_polymorphic/django_polymorphic-2.1.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) |