External: add macholib and altgraph needed to relocate Mach-o binaries on Linux (#12909)

This commit is contained in:
Patrick Gartung
2019-09-26 11:48:22 -05:00
committed by GitHub
parent 90236bc9f5
commit 321e956fa9
26 changed files with 5433 additions and 0 deletions

View File

@@ -119,4 +119,18 @@
* Homepage: https://pypi.python.org/pypi/six
* Usage: Python 2 and 3 compatibility utilities.
* Version: 1.11.0
macholib
--------
* Homepage: https://macholib.readthedocs.io/en/latest/index.html#
* Usage: Manipulation of Mach-o binaries for relocating macOS buildcaches on Linux
* Version: 1.12
altgraph
--------
* Homepage: https://altgraph.readthedocs.io/en/latest/index.html
* Usage: dependency of macholib
* Version: 0.16.1
"""