setup: add missing CompileError import (#26011)

This commit is contained in:
Frédéric Péters 2018-09-01 13:29:36 +02:00
parent 0a9286c591
commit b3a4483f00
1 changed files with 1 additions and 0 deletions

View File

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