diff options
author | 2020-09-30 09:54:46 +0200 | |
---|---|---|
committer | 2020-09-30 09:55:12 +0200 | |
commit | 2d832974f9ae1ec5393d3737a28a4d58c506e1d7 (patch) | |
tree | beefe41c4daffefec2d97678e5ca3311fe38e4b8 /dev-util | |
parent | net-news/liferea: drop redundant pkg_preinst from 1.12.9 (diff) | |
download | gentoo-2d832974f9ae1ec5393d3737a28a4d58c506e1d7.tar.gz gentoo-2d832974f9ae1ec5393d3737a28a4d58c506e1d7.tar.bz2 gentoo-2d832974f9ae1ec5393d3737a28a4d58c506e1d7.zip |
dev-util/cvise: Add missing dep on psutil
Closes: https://bugs.gentoo.org/736092
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cvise/cvise-1.7.0-r1.ebuild (renamed from dev-util/cvise/cvise-1.7.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/cvise/cvise-1.7.0.ebuild b/dev-util/cvise/cvise-1.7.0-r1.ebuild index 819ee2f921ed..16f63504e0d4 100644 --- a/dev-util/cvise/cvise-1.7.0.ebuild +++ b/dev-util/cvise/cvise-1.7.0-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND="${DEPEND} ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pebble[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] ') dev-util/unifdef sys-devel/flex" |