Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 25b877c

Browse files
author
Matthias Koeppe
committed
sage_setup.command.build_ext: Use class from setuptools.command instead of distutils.command
1 parent b3ea086 commit 25b877c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage_setup/command/sage_build_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import setuptools
77

88
from distutils import log
9-
from distutils.command.build_ext import build_ext
9+
from setuptools.command.build_ext import build_ext
1010
from distutils.dep_util import newer_group
1111
from distutils.errors import DistutilsSetupError
1212
from sage_setup.run_parallel import execute_list_of_commands

0 commit comments

Comments
 (0)