deploy-ng: Convert .egg to .egg.bam instead of .bam

This commit is contained in:
Mitchell Stokes 2017-11-22 15:39:30 -08:00
parent 949214834c
commit 214b67c3c0

View File

@ -42,7 +42,7 @@ class build_apps(distutils.core.Command):
self.requirements_path = './requirements.txt' self.requirements_path = './requirements.txt'
self.pypi_extra_indexes = [] self.pypi_extra_indexes = []
self.build_scripts= { self.build_scripts= {
'.egg': ('.bam', 'egg2bam -o {1} {0}'), '.egg': ('.egg.bam', 'egg2bam -o {1} {0}'),
} }
self.exclude_dependencies = [ self.exclude_dependencies = [
'kernel32.dll', 'user32.dll', 'wsock32.dll', 'ws2_32.dll', 'kernel32.dll', 'user32.dll', 'wsock32.dll', 'ws2_32.dll',