From bb7bdeaf1cb66e5988f1ae0cd869c3dbc614f2b8 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 2 May 2020 11:28:38 -0700 Subject: [PATCH] sys-process/glances: disable checking for irq plugin during tests it may be not loaded and test will fail Bug: https://bugs.gentoo.org/720416 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev --- sys-process/glances/glances-3.1.4.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-process/glances/glances-3.1.4.1.ebuild b/sys-process/glances/glances-3.1.4.1.ebuild index 031f65f3253a..0f363179037f 100644 --- a/sys-process/glances/glances-3.1.4.1.ebuild +++ b/sys-process/glances/glances-3.1.4.1.ebuild @@ -31,7 +31,6 @@ distutils_enable_tests setup.py distutils_enable_sphinx docs --no-autodoc pkg_setup() { - echo $DISTUTILS_USE_SETUPTOOLS linux-info_pkg_setup } @@ -43,7 +42,7 @@ python_prepare_all() { -e "s/'CONTRIBUTING.md',//" \ -e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', ['conf/glances.conf':g" \ -i setup.py || die - + sed -i "s/, 'irq']/]/" unitest.py || die distutils-r1_python_prepare_all } -- 2.26.2