Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532708 | Differences between
and this patch

Collapse All | Expand All

(-)pyzmq-14.4.1.orig/setup.py (-2 / +3 lines)
Lines 29-38 from traceback import print_exc Link Here
29
29
30
30
31
import distutils
31
import distutils
32
from distutils.core import setup, Command
32
# from distutils.core import setup, Command
33
from setuptools import setup, Command, Extension
33
from distutils.ccompiler import get_default_compiler
34
from distutils.ccompiler import get_default_compiler
34
from distutils.ccompiler import new_compiler
35
from distutils.ccompiler import new_compiler
35
from distutils.extension import Extension
36
# from distutils.extension import Extension
36
from distutils.errors import CompileError, LinkError
37
from distutils.errors import CompileError, LinkError
37
from distutils.command.build import build
38
from distutils.command.build import build
38
from distutils.command.build_ext import build_ext
39
from distutils.command.build_ext import build_ext

Return to bug 532708