diff options
author | Martin Gysel <me@bearsh.org> | 2020-11-29 14:26:16 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-07 11:17:58 +0200 |
commit | 619c78bf0d82c6020aca73752509cdcf32eb7717 (patch) | |
tree | fea39770f6411b71c9047e6a3b2021c77eb03b4b /dev-vcs | |
parent | dev-vcs/git-cola: bump to v3.8 (diff) | |
download | gentoo-619c78bf0d82c6020aca73752509cdcf32eb7717.tar.gz gentoo-619c78bf0d82c6020aca73752509cdcf32eb7717.tar.bz2 gentoo-619c78bf0d82c6020aca73752509cdcf32eb7717.zip |
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@bearsh.org>
Closes: https://github.com/gentoo/gentoo/pull/18445
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
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 |