build: add missing CompileError import (#62938)

This commit is contained in:
Frédéric Péters 2022-03-18 13:17:06 +01:00
parent 238b164a31
commit e3f794cda0
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import sys
from distutils.cmd import Command
from distutils.command.build import build as _build
from distutils.command.sdist import sdist
from distutils.errors import CompileError
from distutils.spawn import find_executable
from setuptools import find_packages, setup