commit: 84fd6a8b70a29b44cc0ee91191741dad39ec3928 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 09:39:42 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 09:40:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fd6a8b
dev-python/django-otp: Add missing test-dep on freezegun Closes: https://bugs.gentoo.org/732718 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-otp/django-otp-0.9.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/django-otp/django-otp-0.9.3.ebuild b/dev-python/django-otp/django-otp-0.9.3.ebuild index b14eef63539..7c072a1e8d9 100644 --- a/dev-python/django-otp/django-otp-0.9.3.ebuild +++ b/dev-python/django-otp/django-otp-0.9.3.ebuild @@ -24,6 +24,7 @@ RDEPEND=" BDEPEND=" test? ( $(python_gen_impl_dep sqlite) + dev-python/freezegun[${PYTHON_USEDEP}] dev-python/qrcode[${PYTHON_USEDEP}] ${RDEPEND} )"
