mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
setup: the mac-exe build (using py2app) requires macholib>=1.2.
Here is someone else's description of this problem: http://rtmpy.org/ticket/7
This commit is contained in:
parent
d79b2a02b4
commit
7bf452e4bc
@ -45,7 +45,7 @@ setup_args = {
|
||||
'app': [ 'allmydata_tahoe.py' ],
|
||||
'options': { 'py2app': py2app_options },
|
||||
'data_files': data_files,
|
||||
'setup_requires': [ 'py2app' ],
|
||||
'setup_requires': [ 'py2app', 'macholib>=1.2' ],
|
||||
'packages': packages,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user