From: Georgy Yakovlev Date: Sat, 2 May 2020 18:28:38 +0000 (-0700) Subject: sys-process/glances: disable checking for irq plugin during tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb7bdeaf1cb66e5988f1ae0cd869c3dbc614f2b8;p=gentoo.git 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 --- 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 }