mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
deploy-ng: Convert .egg to .egg.bam instead of .bam
This commit is contained in:
parent
949214834c
commit
214b67c3c0
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user