Disable pre-byte-compiling .py files for debian builds

Also includes:
* Override pysupport build and install arguments
* Increase verbosity when logging install_lib changes
This commit is contained in:
James Laska
2014-10-18 14:40:43 -04:00
parent c2c0dee090
commit 3512b93c17
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ class install_lib(_install_lib, object):
log.debug('install_lib skipping: %s', f)
continue
if f.endswith('.py'):
log.debug('install_lib removing: %s', f)
log.info('install_lib removing: %s', f)
os.unlink(f)
def get_outputs(self):