summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-22 17:26:03 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-22 17:28:08 +0200
commit08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932 (patch)
tree8f7f8f0dd9ef75270c6767dd0f07747dd375081d /dev-python/django-tables2
parentdev-python/setuptools-rust: Add a blocker on python-distutils-extra (diff)
downloadgentoo-08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932.tar.gz
gentoo-08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932.tar.bz2
gentoo-08cf48c38d7ddeb4ee01ff5701b075ae8b5ba932.zip
dev-python/django-tables2: Add more test deps
Closes: https://bugs.gentoo.org/840185 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-tables2')
-rw-r--r--dev-python/django-tables2/django-tables2-2.4.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/django-tables2/django-tables2-2.4.1.ebuild b/dev-python/django-tables2/django-tables2-2.4.1.ebuild
index af489e066e89..d39562b1bad8 100644
--- a/dev-python/django-tables2/django-tables2-2.4.1.ebuild
+++ b/dev-python/django-tables2/django-tables2-2.4.1.ebuild
@@ -32,6 +32,9 @@ BDEPEND="
${RDEPEND}
dev-python/django-filter[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/psycopg:2[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
)
"