dev-python/guessit: omit no longer needed patch in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Thu, 7 Jul 2016 10:46:19 +0000 (13:46 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 8 Jul 2016 11:10:40 +0000 (11:10 +0000)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1840

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/guessit/guessit-9999.ebuild

index ca818230fd0128be45c07698a5b7b3b7e55d0f06..1386e0f88f0fcbf517257f28a54f743b5957c644 100644 (file)
@@ -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