aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/patches
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-30 11:20:29 +0100
committerfanquake <fanquake@gmail.com>2022-06-30 11:21:06 +0100
commit103c0d9f7e084c94ba7d83a44e784ab0b4a6d8e4 (patch)
tree37bcff17ee06fda6294dc113fb28e6d77f820251 /contrib/guix/patches
parent5bc10b39abbcb77638161902ccd1225139bc7cc0 (diff)
downloadbitcoin-103c0d9f7e084c94ba7d83a44e784ab0b4a6d8e4.tar.xz
guix: use elfesteem 2eb1e5384ff7a220fd1afacd4a0170acff54fe56
Our patch has been merged upstream, see https://github.com/LRGH/elfesteem/pull/3
Diffstat (limited to 'contrib/guix/patches')
-rw-r--r--contrib/guix/patches/elfsteem-value-error-python-39.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/guix/patches/elfsteem-value-error-python-39.patch b/contrib/guix/patches/elfsteem-value-error-python-39.patch
deleted file mode 100644
index 21e1228afd..0000000000
--- a/contrib/guix/patches/elfsteem-value-error-python-39.patch
+++ /dev/null
@@ -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