]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pycodes-1.1/no-docs.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pycodes-1.1 / no-docs.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- pycodes/setup.py~no-docs    2004-01-25 01:01:33.000000000 +0100
7 +++ pycodes/setup.py    2004-04-04 03:24:53.000000000 +0200
8 @@ -43,9 +43,7 @@
9                    'pycodes.tests.quantization',
10                    'pycodes.tests.quantization.BSC',
11                    'pycodes.tests.quantization.BEC'],
12 -      data_files=([('doc',
13 -                   map(lambda x: os.path.join('doc',x),
14 -                       ['pycodes.html','pycodes.info']))]),
15 +      data_files=(),
16        ext_modules = [
17      Extension('pycodes.pyLDPC',
18                map(lambda x: os.path.join(pyLDPCdir,x),pyLDPCsrc) +