New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20952: patch-setup_py.diff

File patch-setup_py.diff, 0.7 KB (added by vince@…, 2 years ago)

Final patch for py26-wxwidgets-devel

  • setup.py

    old new  
    157157 
    158158 
    159159# update the license files 
    160 mkpath('licence') 
    161 for file in ['preamble.txt', 'licence.txt', 'licendoc.txt', 'lgpl.txt']: 
    162     copy_file(opj(WXDIR, 'docs', file), opj('licence',file), update=1, verbose=0) 
    163     CLEANUP.append(opj('licence',file)) 
    164 CLEANUP.append('licence') 
     160#mkpath('licence') 
     161#for file in ['preamble.txt', 'licence.txt', 'licendoc.txt', 'lgpl.txt']: 
     162#    copy_file(opj(WXDIR, 'docs', file), opj('licence',file), update=1, verbose=0) 
     163#    CLEANUP.append(opj('licence',file)) 
     164#CLEANUP.append('licence') 
    165165 
    166166 
    167167if sys.platform in ['win32', 'darwin']: