generate_release.py: Don't uninstall setuptools
gevent was changed and now depends on it for some reason
This commit is contained in:
parent
bd255a9ab0
commit
3fccc39e32
@ -167,7 +167,7 @@ shutil.rmtree(r'./python/Lib/site-packages/gevent/testing')
|
|||||||
remove_files_with_extensions(r'./python/Lib/site-packages/gevent', ['.html']) # bloated html documentation
|
remove_files_with_extensions(r'./python/Lib/site-packages/gevent', ['.html']) # bloated html documentation
|
||||||
|
|
||||||
log('Uninstalling pip and others')
|
log('Uninstalling pip and others')
|
||||||
check(os.system(r'.\python\python.exe -I -m pip uninstall --yes pip setuptools wheel'))
|
check(os.system(r'.\python\python.exe -I -m pip uninstall --yes pip wheel'))
|
||||||
|
|
||||||
log('Removing pyc files') # Have to do this because get-pip and some packages don't respect --no-compile
|
log('Removing pyc files') # Have to do this because get-pip and some packages don't respect --no-compile
|
||||||
remove_files_with_extensions(r'./python', ['.pyc'])
|
remove_files_with_extensions(r'./python', ['.pyc'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user