diff options
author | Arn0 <yth@ythogtha.org> | 2023-07-04 14:18:16 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-06 11:23:30 +0700 |
commit | 8b0441efc70f3cac5b68afbe3a8ff9f9a5d2a086 (patch) | |
tree | 3afd7d0c5fc900bc778f75b2dc2b5e241fc564aa /system/graphite-web/patches/setup.py.diff | |
parent | 1c2f2e39f25abee8185e93a474225b72238ed6b0 (diff) |
system/graphite-web: Removed: obsolete, outdated, unmaintained, not working, or not needed anymore.
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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/graphite-web/patches/setup.py.diff b/system/graphite-web/patches/setup.py.diff deleted file mode 100644 index 64c9540e85..0000000000 --- a/system/graphite-web/patches/setup.py.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- graphite-web-0.9.15/setup.py.orig 2015-11-27 19:37:16.000000000 +0100 -+++ graphite-web-0.9.15/setup.py 2015-12-04 02:50:48.311066851 +0100 -@@ -85,9 +85,8 @@ - '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 - ) - finally: |