From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- .../whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch (limited to 'dev-python/whoosh/files') diff --git a/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch b/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch deleted file mode 100644 index 94636c199a4c..000000000000 --- a/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch +++ /dev/null @@ -1,13 +0,0 @@ -Python 2 requires specifying the file encoding -See also: -https://www.python.org/dev/peps/pep-0263/ -https://bugs.gentoo.org/show_bug.cgi?id=608324 - ---- a/tests/test_reading.py -+++ b/tests/test_reading.py -@@ -1,3 +1,5 @@ -+# -*- coding: utf-8 -*- -+ - from __future__ import with_statement - import random, threading, time - -- cgit v1.2.3