mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
guix: use elfesteem 2eb1e5384ff7a220fd1afacd4a0170acff54fe56
Our patch has been merged upstream, see https://github.com/LRGH/elfesteem/pull/3
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/examples/otool.py b/examples/otool.py
|
||||
index 2b8efc0..d797b2e 100755
|
||||
--- a/examples/otool.py
|
||||
+++ b/examples/otool.py
|
||||
@@ -342,7 +342,7 @@ if __name__ == '__main__':
|
||||
try:
|
||||
e = macho_init.MACHO(raw,
|
||||
parseSymbols = False)
|
||||
- except ValueError, err:
|
||||
+ except ValueError as err:
|
||||
print("%s:" %file)
|
||||
print(" %s" % err)
|
||||
continue
|
||||
Reference in New Issue
Block a user