]> git.pld-linux.org Git - packages/python-M2Crypto.git/blob - python-M2Crypto-swig_sources.patch
- release 2
[packages/python-M2Crypto.git] / python-M2Crypto-swig_sources.patch
1 diff -Nur m2crypto-0.16.orig/setup.py m2crypto-0.16/setup.py
2 --- m2crypto-0.16.orig/setup.py 2006-05-03 22:51:07.000000000 +0100
3 +++ m2crypto-0.16/setup.py      2006-08-10 15:38:30.000000000 +0100
4 @@ -48,7 +48,7 @@
5  
6      # This copy of swig_sources is from Python 2.2.
7  
8 -    def swig_sources (self, sources):
9 +    def swig_sources (self, sources, extension = None):
10  
11          """Walk the list of source files in 'sources', looking for SWIG
12          interface (.i) files.  Run SWIG on all that are found, and
This page took 0.300523 seconds and 3 git commands to generate.