dev-python/django: Add missing test-dep on selenium

Closes: https://bugs.gentoo.org/722572
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-12 08:51:15 +02:00
parent 5dc85c00b5
commit 13419f560c

View File

@@ -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}]
)"