diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 11:51:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-16 12:01:38 +0100 |
commit | 0dc632558de9c66efb2a1803598ab7a1133a83b0 (patch) | |
tree | 7381628e5c2b875ae04b1a98fe3c02b4e59f1035 /dev-python | |
parent | dev-python/mock: Fix MissingTestRestrict (diff) | |
download | gentoo-0dc632558de9c66efb2a1803598ab7a1133a83b0.tar.gz gentoo-0dc632558de9c66efb2a1803598ab7a1133a83b0.tar.bz2 gentoo-0dc632558de9c66efb2a1803598ab7a1133a83b0.zip |
dev-python/pexpect: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pexpect/pexpect-4.2.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild b/dev-python/pexpect/pexpect-4.2.1.ebuild index 5349ee03bf6a..8be1a9dfe689 100644 --- a/dev-python/pexpect/pexpect-4.2.1.ebuild +++ b/dev-python/pexpect/pexpect-4.2.1.ebuild @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}]" DEPEND=" |