Code

Merged branch 'upstream'.
[pkg-rrdtool.git] / debian / patches / setup.py-module-name
1 Index: rrdtool/bindings/python/setup.py
2 ===================================================================
3 --- rrdtool.orig/bindings/python/setup.py       2008-02-09 22:23:06.000000000 +0100
4 +++ rrdtool/bindings/python/setup.py    2008-02-09 22:23:47.000000000 +0100
5 @@ -45,7 +45,7 @@
6        #packages = ['rrdtool'],
7        ext_modules = [
8            Extension(
9 -            "rrdtoolmodule",
10 +            "rrdtool",
11              ["rrdtoolmodule.c"],
12              libraries=['rrd'],
13              library_dirs=[library_dir],