mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Don't warn build process with distutils
Porting from Distutils: Change distutils.dep_util --> setuptools.modified. https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html https://peps.python.org/pep-0632/
This commit is contained in:
@@ -23,7 +23,7 @@ import platform
|
||||
|
||||
from distutils.file_util import copy_file
|
||||
from distutils.dir_util import mkpath
|
||||
from distutils.dep_util import newer
|
||||
from setuptools.modified import newer
|
||||
|
||||
import distutils.sysconfig
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import distutils.command.install_data
|
||||
import distutils.command.install_headers
|
||||
import distutils.command.clean
|
||||
|
||||
from distutils.dep_util import newer, newer_group
|
||||
from setuptools.modified import newer, newer_group
|
||||
from distutils import log
|
||||
|
||||
from .config import Config, posixjoin, loadETG, etg2sip
|
||||
|
||||
Reference in New Issue
Block a user