Changeset 7bf452e in trunk


Ignore:
Timestamp:
2009-07-03T17:57:02Z (16 years ago)
Author:
Zooko O'Whielacronx <zooko@…>
Branches:
master
Children:
859d7ba
Parents:
d79b2a0
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified mac/setup.py

    rd79b2a0 r7bf452e  
    4646    'options': { 'py2app': py2app_options },
    4747    'data_files': data_files,
    48     'setup_requires': [ 'py2app' ],
     48    'setup_requires': [ 'py2app', 'macholib>=1.2' ],
    4949    'packages': packages,
    5050}
Note: See TracChangeset for help on using the changeset viewer.