From 8a3039ccf43f53a6102359e551aa9db9a5a87f9c Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Thu, 7 Jul 2016 13:46:19 +0300 Subject: [PATCH] dev-python/guessit: omit no longer needed patch in 9999 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1840 Signed-off-by: Patrice Clement --- dev-python/guessit/guessit-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index ca818230fd012..1386e0f88f0fc 100644 --- a/dev-python/guessit/guessit-9999.ebuild +++ b/dev-python/guessit/guessit-9999.ebuild @@ -34,8 +34,6 @@ DEPEND="${RDEPEND} ) " -PATCHES=( "${FILESDIR}/${PN}-2.0.5-support-noninteractive-shells.patch" ) - python_prepare_all() { # Disable benchmarks as they require unavailable pytest-benchmark. rm guessit/test/test_benchmark.py || die