summaryrefslogtreecommitdiff
path: root/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch')
-rw-r--r--dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch13
1 files changed, 0 insertions, 13 deletions
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
-