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

(-)cElementTree-1.0.5-20051216/setup.py (-3 / +2 lines)
Lines 63-71 ext_modules = [] Link Here
63
63
64
ext_modules.append(
64
ext_modules.append(
65
    Extension(
65
    Extension(
66
        "cElementTree", ["cElementTree.c"] + sources,
66
        "cElementTree", ["cElementTree.c"],
67
        define_macros=defines,
67
        libraries=['expat']
68
        include_dirs=includes,
69
        )
68
        )
70
    )
69
    )
71
70

Return to bug 178921