diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-15 08:03:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-15 08:05:03 +0200 |
commit | 56288d9b29fee1ff0e5e4e4ab6dfb80579836abb (patch) | |
tree | f2a9b78737eb90bc6b3bf7283425ba265089cf44 /dev-util/cvise | |
parent | dev-util/cppcheck: x86 stable wrt bug #813882 (diff) | |
download | gentoo-56288d9b29fee1ff0e5e4e4ab6dfb80579836abb.tar.gz gentoo-56288d9b29fee1ff0e5e4e4ab6dfb80579836abb.tar.bz2 gentoo-56288d9b29fee1ff0e5e4e4ab6dfb80579836abb.zip |
dev-util/cvise: Add test-dep on chardet
Closes: https://bugs.gentoo.org/818223
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/cvise')
-rw-r--r-- | dev-util/cvise/cvise-2.4.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/cvise/cvise-2.4.0.ebuild b/dev-util/cvise/cvise-2.4.0.ebuild index fe92fc560e70..1b9a8e8963b6 100644 --- a/dev-util/cvise/cvise-2.4.0.ebuild +++ b/dev-util/cvise/cvise-2.4.0.ebuild @@ -31,6 +31,7 @@ DEPEND=" RDEPEND="${DEPEND} ${PYTHON_DEPS} $(python_gen_cond_dep ' + dev-python/chardet[${PYTHON_USEDEP}] dev-python/pebble[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] ') |