You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would at least keep the option name uniform amongst the two bits of code that independently need seyuptools for different reasons:
PexBuilderWrapper needs a setuptools that supports pkg_resources.declare_namespace for when it injects old-style namespace packages in pex loose sources.
python_native_code.py needs a seuptools that supports the setup.py of the package it is building.
This would at least keep the option name uniform amongst the two bits of code that independently need seyuptools for different reasons:
pkg_resources.declare_namespace
for when it injects old-style namespace packages in pex loose sources.setup.py
of the package it is building.This idea was spawned in review of ##7186.
The text was updated successfully, but these errors were encountered: