diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-28 03:30:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:30:02 +0700 |
commit | e3c8c6afff14d8f8fec396709117b30cfd207aae (patch) | |
tree | 099d47c17385a377727f9bf08622b93c5a9df8c3 /system/graphite-web/patches/setup.py.diff | |
parent | 46e7f74c3c1ffb67267f8cf290646467b9bd4818 (diff) |
system/graphite-web: Added (Enterprise Scalable Realtime Graphing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/graphite-web/patches/setup.py.diff')
-rw-r--r-- | system/graphite-web/patches/setup.py.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/graphite-web/patches/setup.py.diff b/system/graphite-web/patches/setup.py.diff new file mode 100644 index 0000000000..f300210bb8 --- /dev/null +++ b/system/graphite-web/patches/setup.py.diff @@ -0,0 +1,13 @@ +--- graphite-web-0.9.13-pre1/setup.py.orig 2014-12-31 17:51:36.000000000 +0100 ++++ graphite-web-0.9.13-pre1/setup.py 2015-02-19 18:45:25.173599991 +0100 +@@ -58,8 +58,7 @@ + 'graphite.thirdparty.pytz', + ], + package_data={'graphite' : +- ['templates/*', 'local_settings.py.example']}, +- scripts=glob('bin/*'), +- data_files=webapp_content.items() + storage_dirs + conf_files + examples, ++ ['templates/*']}, ++ data_files=webapp_content.items() + conf_files, + **setup_kwargs + ) |