summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-07 14:07:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-07 14:07:00 +0200
commit2aa9ba10fec3b4077955ee97845d7d9fce7eff55 (patch)
treec7e87de1dcfa14430e47d713f9d5371a5dea9671 /dev-python/tabulate
parentdev-python/colorclass: New package, test-dep of tabulate & others (diff)
downloadgentoo-2aa9ba10fec3b4077955ee97845d7d9fce7eff55.tar.gz
gentoo-2aa9ba10fec3b4077955ee97845d7d9fce7eff55.tar.bz2
gentoo-2aa9ba10fec3b4077955ee97845d7d9fce7eff55.zip
dev-python/tabulate: Add dev-py/colorclass to test-deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r--dev-python/tabulate/tabulate-0.8.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.3.ebuild b/dev-python/tabulate/tabulate-0.8.3.ebuild
index 47d173efc49a..3d5757f8c857 100644
--- a/dev-python/tabulate/tabulate-0.8.3.ebuild
+++ b/dev-python/tabulate/tabulate-0.8.3.ebuild
@@ -24,6 +24,7 @@ DEPEND="
test? (
${RDEPEND}
$(python_gen_impl_dep 'sqlite')
+ dev-python/colorclass[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]