summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-15 11:39:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-15 11:40:48 +0200
commit84fd6a8b70a29b44cc0ee91191741dad39ec3928 (patch)
treebe7e2f9414482b1f701ef9af7457d86a8de6d47e /dev-python/django-otp
parentdev-perl/Data-DumpXML: -r bump for EAPI7 (diff)
downloadgentoo-84fd6a8b70a29b44cc0ee91191741dad39ec3928.tar.gz
gentoo-84fd6a8b70a29b44cc0ee91191741dad39ec3928.tar.bz2
gentoo-84fd6a8b70a29b44cc0ee91191741dad39ec3928.zip
dev-python/django-otp: Add missing test-dep on freezegun
Closes: https://bugs.gentoo.org/732718 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-otp')
-rw-r--r--dev-python/django-otp/django-otp-0.9.3.ebuild1
1 files changed, 1 insertions, 0 deletions
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 b14eef63539e..7c072a1e8d9e 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}
)"