commit: 1efac0594d4ffd0c3fa186c429e55a771f710dec Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 19 11:29:41 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 19 11:29:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efac059
dev-python/django-otp: Require sqlite for tests Closes: https://bugs.gentoo.org/723612 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-otp/django-otp-0.9.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/django-otp/django-otp-0.9.1.ebuild b/dev-python/django-otp/django-otp-0.9.1.ebuild index 4bbf7d96389..cb3c87c6043 100644 --- a/dev-python/django-otp/django-otp-0.9.1.ebuild +++ b/dev-python/django-otp/django-otp-0.9.1.ebuild @@ -21,7 +21,11 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/django-1.11[${PYTHON_USEDEP}]" -BDEPEND="test? ( ${RDEPEND} )" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + ${RDEPEND} + )" python_test() { local -x PYTHONPATH=test:${PYTHONPATH}
