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

Collapse All | Expand All

(-)Pyrex/Distutils/build_ext.py.old (+5 lines)
Lines 81-86 Link Here
81
            ext.sources = self.pyrex_sources(ext.sources, ext)
81
            ext.sources = self.pyrex_sources(ext.sources, ext)
82
            self.build_extension(ext)
82
            self.build_extension(ext)
83
83
84
    # Workaround, as setuptools wants swig_sources with only two arguments
85
    # see Gentoo bugs #195354 and #195466
86
    def swig_sources(self, sources, extension=None):
87
        return _build_ext.build_ext.swig_sources(self, sources, extension)
88
84
    def pyrex_sources(self, sources, extension):
89
    def pyrex_sources(self, sources, extension):
85
90
86
        """
91
        """

Return to bug 195992