summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-12 08:51:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-12 08:57:43 +0200
commit13419f560c37cd142c3d3b050babb146e061eb2f (patch)
treea5861d49f7d9ea7e89f68474d9bda8fe2345c8ac /dev-python
parentdev-util/itstool: marked ~x64-macos (diff)
downloadgentoo-13419f560c37cd142c3d3b050babb146e061eb2f.tar.gz
gentoo-13419f560c37cd142c3d3b050babb146e061eb2f.tar.bz2
gentoo-13419f560c37cd142c3d3b050babb146e061eb2f.zip
dev-python/django: Add missing test-dep on selenium
Closes: https://bugs.gentoo.org/722572 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django/django-3.0.6.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]
)"