From: Michał Górny Date: Mon, 18 May 2020 11:14:16 +0000 (+0200) Subject: dev-python/django-sortedm2m: Require sqlite for tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a8b0b3d1ccc8b1a730d3438e23543a5f292db28;p=gentoo.git dev-python/django-sortedm2m: Require sqlite for tests Closes: https://bugs.gentoo.org/723702 Signed-off-by: Michał Górny --- diff --git a/dev-python/django-sortedm2m/django-sortedm2m-2.0.0.ebuild b/dev-python/django-sortedm2m/django-sortedm2m-2.0.0.ebuild index f513c330485d..7e0513e1cb52 100644 --- a/dev-python/django-sortedm2m/django-sortedm2m-2.0.0.ebuild +++ b/dev-python/django-sortedm2m/django-sortedm2m-2.0.0.ebuild @@ -21,7 +21,11 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-python/django[${PYTHON_USEDEP}]" -BDEPEND="test? ( ${RDEPEND} )" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + ${RDEPEND} + )" python_test() { local -x PYTHONPATH=test_project:${PYTHONPATH}