commit: 619c78bf0d82c6020aca73752509cdcf32eb7717 Author: Martin Gysel <me <AT> bearsh <DOT> org> AuthorDate: Sun Nov 29 13:26:16 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Dec 7 09:17:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619c78bf
dev-vcs/git-cola: add PyQt5 dep also add GIT_CONFIG_NOSYSTEM=true to tests Closes: https://bugs.gentoo.org/737678 Closes: https://bugs.gentoo.org/739026 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Martin Gysel <me <AT> bearsh.org> Closes: https://github.com/gentoo/gentoo/pull/18445 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-vcs/git-cola/git-cola-3.5-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-vcs/git-cola/git-cola-3.5-r1.ebuild b/dev-vcs/git-cola/git-cola-3.5-r1.ebuild index 2626644a02d..0c0122bcd5b 100644 --- a/dev-vcs/git-cola/git-cola-3.5-r1.ebuild +++ b/dev-vcs/git-cola/git-cola-3.5-r1.ebuild @@ -22,6 +22,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_MULTI_USEDEP}] dev-python/pygments[${PYTHON_MULTI_USEDEP}] + dev-python/PyQt5[network,${PYTHON_USEDEP}] dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}] dev-python/send2trash[${PYTHON_MULTI_USEDEP}] ') @@ -73,6 +74,7 @@ python_compile_all() { } python_test() { + GIT_CONFIG_NOSYSTEM=true \ PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="en_US.utf8" \ virtx nosetests --verbose --with-id --with-doctest \ --exclude=sphinxtogithub
