Projet

Général

Profil

0001-setup-add-missing-CompileError-import-26011.patch

Frédéric Péters, 01 septembre 2018 13:30

Télécharger (767 octets)

Voir les différences:

Subject: [PATCH] setup: add missing CompileError import (#26011)

 setup.py | 1 +
 1 file changed, 1 insertion(+)
setup.py
11 11
from distutils.command.build import build as _build
12 12
from distutils.command.sdist import sdist
13 13
from distutils.cmd import Command
14
from distutils.errors import CompileError
14 15
from distutils.spawn import find_executable
15 16
from setuptools import setup, find_packages
16 17

  
17
-