From: Ilya Tumaykin Date: Thu, 7 Jul 2016 10:46:19 +0000 (+0300) Subject: dev-python/guessit: omit no longer needed patch in 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a3039ccf43f53a6102359e551aa9db9a5a87f9c;p=gentoo.git 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 --- diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index ca818230fd01..1386e0f88f0f 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