From: Michał Górny Date: Tue, 12 May 2020 06:51:15 +0000 (+0200) Subject: dev-python/django: Add missing test-dep on selenium X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13419f560c37cd142c3d3b050babb146e061eb2f;p=gentoo.git dev-python/django: Add missing test-dep on selenium Closes: https://bugs.gentoo.org/722572 Signed-off-by: Michał Górny --- diff --git a/dev-python/django/django-3.0.6.ebuild b/dev-python/django/django-3.0.6.ebuild index 9b34e353eec8..2dd01d0fcb69 100644 --- a/dev-python/django/django-3.0.6.ebuild +++ b/dev-python/django/django-3.0.6.ebuild @@ -41,6 +41,7 @@ BDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[webp,${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/selenium[${PYTHON_USEDEP}] dev-python/tblib[${PYTHON_USEDEP}] )"