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

(-)setup.py.orig (-1 / +1 lines)
Lines 21-27 Link Here
21
#    self.run_command('make_clean')
21
#    self.run_command('make_clean')
22
22
23
class pcap_build_ext(build_ext):
23
class pcap_build_ext(build_ext):
24
  def swig_sources(self, sources):
24
  def swig_sources(self, sources, extension=None):
25
  
25
  
26
      """Walk the list of source files in 'sources', looking for SWIG
26
      """Walk the list of source files in 'sources', looking for SWIG
27
      interface (.i) files.  Run SWIG on all that are found, and
27
      interface (.i) files.  Run SWIG on all that are found, and

Return to bug 112464