From: Georgy Yakovlev Date: Sat, 29 Sep 2018 09:07:30 +0000 (-0700) Subject: sys-process/glances: correct psutil dep for 3.0.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4d9189418670484f88d53d6cfa8be4da888572c2;p=gentoo.git sys-process/glances: correct psutil dep for 3.0.1 Signed-off-by: Georgy Yakovlev Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/sys-process/glances/glances-3.0.1.ebuild b/sys-process/glances/glances-3.0.1.ebuild index 8f7a7c3865df..8d9c095beb96 100644 --- a/sys-process/glances/glances-3.0.1.ebuild +++ b/sys-process/glances/glances-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]" + >=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"