diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-31 15:45:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-31 15:45:59 -0500 |
commit | 98612de3ab4ff63dfd516039552e475c16dc288c (patch) | |
tree | 03f31488af1f1046d74c64123ef957c517275d08 /dev-python/cmd2 | |
parent | sys-apps/crazydiskinfo: new package (diff) | |
download | gentoo-98612de3ab4ff63dfd516039552e475c16dc288c.tar.gz gentoo-98612de3ab4ff63dfd516039552e475c16dc288c.tar.bz2 gentoo-98612de3ab4ff63dfd516039552e475c16dc288c.zip |
dev-python/cmd2: the new pyperclip dep makes cmd2 testing inconsistant
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/cmd2')
-rw-r--r-- | dev-python/cmd2/cmd2-0.7.5.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild index 68377e9d6082..27e958529dc5 100644 --- a/dev-python/cmd2/cmd2-0.7.5.ebuild +++ b/dev-python/cmd2/cmd2-0.7.5.ebuild @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +# restrict tests because pyperclip is fairly unstable... +RESTRICT="test" + RDEPEND=" >=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}] dev-python/pyperclip[${PYTHON_USEDEP}] |