Forwarded: not-needed
Last-Update: 2022-09-25
Module setuptools needs to be imported before distutils.
Gbp-Pq: Name setuptools.patch
# See the License for the specific language governing permissions and
# limitations under the License.
"""A setup module for the GRPC Python package."""
+import setuptools
from distutils import cygwinccompiler
from distutils import extension as _extension
from distutils import util
import sys
import sysconfig
-import setuptools
from setuptools.command import egg_info
import subprocess