mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926)" (#133004)
Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-132923) (#132926)"
This reverts commit 3776ade2e8
.
setuptools.modified module is not available on old setuptools
versions.
This commit is contained in:
parent
41e19a78b2
commit
994529da92
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.modified import newer_group
|
||||
from setuptools._distutils.dep_util 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