commit: 596bdb5fb23a2ac8f5b493275aadd6c70a282a75 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Sep 16 15:36:05 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 10:08:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596bdb5f
dev-python/mako: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/2344 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-python/mako/files/test-fix.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev-python/mako/files/test-fix.patch b/dev-python/mako/files/test-fix.patch deleted file mode 100644 index 3792e3e..00000000 --- a/dev-python/mako/files/test-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur Mako-0.7.0.orig/test/test_template.py Mako-0.7.0/test/test_template.py ---- test/test_template.py 2012-03-31 07:52:02.000000000 +0800 -+++ test/test_template.py 2012-04-11 20:25:23.797168875 +0800 -@@ -1,5 +1,5 @@ - # -*- coding: utf-8 -*- -- -+from __future__ import with_statement - from mako.template import Template, ModuleTemplate - from mako.lookup import TemplateLookup - from mako.ext.preprocessors import convert_comments -
