diff options
Diffstat (limited to 'system/graphite-web/patches/setup.cfg.diff')
-rw-r--r-- | system/graphite-web/patches/setup.cfg.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/graphite-web/patches/setup.cfg.diff b/system/graphite-web/patches/setup.cfg.diff new file mode 100644 index 0000000000000..f7ca20c9ba929 --- /dev/null +++ b/system/graphite-web/patches/setup.cfg.diff @@ -0,0 +1,23 @@ +--- graphite-web-0.9.13-pre1/setup.cfg.orig 2014-12-31 17:51:36.000000000 +0100 ++++ graphite-web-0.9.13-pre1/setup.cfg 2015-02-19 16:45:23.526959108 +0100 +@@ -1,20 +0,0 @@ +-[install] +-prefix = /opt/graphite +-install-lib = %(prefix)s/webapp +- +-[bdist_rpm] +-requires = Django => 1.1.4 +- django-tagging +- carbon +- whisper +- mod_wsgi +- pycairo +- pycairo-devel +- python-simplejson +- python-sqlite2 +- python-hashlib +- +-post-install = distro/redhat/misc/postinstall +- +-provides = graphite +-obsoletes = graphite <= 0.9.9 |