diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-cola/git-cola-3.5-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 2626644a02d9..0c0122bcd5b6 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 |