• 
      

    Conditionalize ez_setup

    Review Request #3186 — Created July 11, 2012 and submitted

    Information

    Review Board
    master

    Reviewers

    Conditionalize ez_setup
    
    This makes life simpler for packagers, since most packaging tools
    will ensure that the appropriate packages are available on the
    system. Additionally, most packaging tools prefer not to rely on
    network access (since it can mean that identical rebuilds cannot
    be performed).
    Built locally with 'python setup.py build' and also by applying this patch and performing an RPM build in a network-free environment.
    david
    1. Ship It!
    2. 
        
    sgallagh
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (1de1f33). Thanks!