diff options
author | Douglas Roark <joroark@vt.edu> | 2018-02-12 12:36:05 -0800 |
---|---|---|
committer | Douglas Roark <joroark@vt.edu> | 2018-02-13 17:05:22 -0800 |
commit | deee216bd36a553eb77152240ec18994e06b2c4b (patch) | |
tree | ec6a974f5d4f92c1ef8ba65c316866e0cf75df81 /depends/packages | |
parent | f4f4f51f1a940a239c9b406fe3b362bf3303cbce (diff) |
Delete mac_alias patch
The patch Bitcoin Core has been maintaining for mac_alias was pulled by the mac_alias maintainer in commit 4f31cb084c1c6a8626128b0b00842020b6db9037. Delete the patch and remove the patch from the depends system.
Note that this PR won't be complete until a new version of mac_alias containing the path has been released, and the depends system is updated to reflect the new version.
Diffstat (limited to 'depends/packages')
-rw-r--r-- | depends/packages/native_mac_alias.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/depends/packages/native_mac_alias.mk b/depends/packages/native_mac_alias.mk index 488ec8b59c..f70604f0b5 100644 --- a/depends/packages/native_mac_alias.mk +++ b/depends/packages/native_mac_alias.mk @@ -4,11 +4,6 @@ $(package)_download_path=https://github.com/al45tair/mac_alias/archive/ $(package)_file_name=v$($(package)_version).tar.gz $(package)_sha256_hash=78a3332d9a597eebf09ae652d38ad1e263b28db5c2e6dd725fad357b03b77371 $(package)_install_libdir=$(build_prefix)/lib/python/dist-packages -$(package)_patches=python3.patch - -define $(package)_preprocess_cmds - patch -p1 < $($(package)_patch_dir)/python3.patch -endef define $(package)_build_cmds python setup.py build |