mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923)
Replace setuptools._distutils.dep_util with setuptools.modified in peg_generator compile_c_extension().
This commit is contained in:
parent
79ba56433e
commit
1a70f66ea8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def compile_c_extension(
|
|||
import setuptools.logging
|
||||
|
||||
from setuptools import Extension, Distribution
|
||||
from setuptools._distutils.dep_util import newer_group
|
||||
from setuptools.modified import newer_group
|
||||
from setuptools._distutils.ccompiler import new_compiler
|
||||
from setuptools._distutils.sysconfig import customize_compiler
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue