Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148776
Collapse All | Expand All

(-)setup.py.orig (-8 / +2 lines)
Lines 9-22 Link Here
9
ext_args   = {}
9
ext_args   = {}
10
DEFINES = []
10
DEFINES = []
11
11
12
try:
12
from distutils.core import setup
13
    from setuptools import setup
13
from distutils.extension import Extension
14
    from setuptools.extension import Extension
15
    # prevent setuptools from making local etree.so copies:
16
    setup_args['zip_safe'] = False
17
except ImportError:
18
    from distutils.core import setup
19
    from distutils.extension import Extension
20
14
21
# This is called if the '--static' option is passed
15
# This is called if the '--static' option is passed
22
def setupStaticBuild():
16
def setupStaticBuild():

Return to bug 148776