mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/python-bibtex: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2320
This commit is contained in:
committed by
Mike Gilbert
parent
be33c20e09
commit
cfe75ff9f6
@@ -1,28 +0,0 @@
|
||||
--- testsuite.py
|
||||
+++ testsuite.py
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
import sys, os
|
||||
|
||||
+ParserError = "ParserError"
|
||||
|
||||
def check_recode ():
|
||||
try:
|
||||
@@ -65,7 +66,7 @@
|
||||
|
||||
valid = result.readline ().strip ()
|
||||
|
||||
- if obtained != valid:
|
||||
+ if eval(obtained) != eval(valid):
|
||||
sys.stderr.write ('error: %s: line %d: unexpected result:\n' % (
|
||||
filename, line))
|
||||
sys.stderr.write ('error: %s: line %d: obtained %s\n' % (
|
||||
@@ -117,7 +118,7 @@
|
||||
|
||||
valid = result.readline ().strip ()
|
||||
|
||||
- if obtained != valid:
|
||||
+ if eval(obtained) != eval(valid):
|
||||
sys.stderr.write ('error: %s: line %d: unexpected result:\n' % (
|
||||
filename, line))
|
||||
sys.stderr.write ('error: %s: line %d: obtained %s\n' % (
|
||||
Reference in New Issue
Block a user