diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-07-07 13:46:19 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-08 11:10:40 +0000 |
commit | 8a3039ccf43f53a6102359e551aa9db9a5a87f9c (patch) | |
tree | 39b9800a762a1cbc73443434c04cf0da727146e7 /dev-python/guessit | |
parent | net-misc/wireguard: snapshot bump (diff) | |
download | gentoo-8a3039ccf43f53a6102359e551aa9db9a5a87f9c.tar.gz gentoo-8a3039ccf43f53a6102359e551aa9db9a5a87f9c.tar.bz2 gentoo-8a3039ccf43f53a6102359e551aa9db9a5a87f9c.zip |
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 <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/guessit')
-rw-r--r-- | dev-python/guessit/guessit-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
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 |