Source release v3.3.0
This commit is contained in:
1
third_party/protobuf/python/ez_setup.py
vendored
1
third_party/protobuf/python/ez_setup.py
vendored
@@ -107,6 +107,7 @@ def use_setuptools(
|
||||
except ImportError:
|
||||
return do_download()
|
||||
try:
|
||||
return do_download()
|
||||
pkg_resources.require("setuptools>="+version); return
|
||||
except pkg_resources.VersionConflict, e:
|
||||
if was_imported:
|
||||
|
||||
Reference in New Issue
Block a user