SF.net SVN: gar:[25137] csw/mgar/pkg/lang-python/graphite-web/trunk/ Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Jun 27 16:19:55 CEST 2015
Revision: 25137
http://sourceforge.net/p/gar/code/25137
Author: dmichelsen
Date: 2015-06-27 14:19:55 +0000 (Sat, 27 Jun 2015)
Log Message:
-----------
lang-python/graphite-web/trunk: Add dependency to pytz
Modified Paths:
--------------
csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile 2015-06-27 07:44:31 UTC (rev 25136)
+++ csw/mgar/pkg/lang-python/graphite-web/trunk/Makefile 2015-06-27 14:19:55 UTC (rev 25137)
@@ -25,6 +25,9 @@
RUNTIME_DEP_PKGS_CSWgraphite-web += CSWap2modwsgi
RUNTIME_DEP_PKGS_CSWgraphite-web += CSWpy-cairo
RUNTIME_DEP_PKGS_CSWgraphite-web += CSWpy-simplejson
+# This is needed to get graphs from specific timeranges as reported in
+# https://github.com/graphite-project/graphite-web/issues/1019
+RUNTIME_DEP_PKGS_CSWgraphite-web += CSWpy-tz
# python-hashlib is included in Python 2.5+
# That is because the vhost setting we ship is for Apache 2
@@ -37,6 +40,7 @@
CHECKPKG_OVERRIDES_CSWgraphite-web += surplus-dependency|CSWap2modwsgi
CHECKPKG_OVERRIDES_CSWgraphite-web += surplus-dependency|CSWpy-cairo
CHECKPKG_OVERRIDES_CSWgraphite-web += surplus-dependency|CSWpy-simplejson
+CHECKPKG_OVERRIDES_CSWgraphite-web += surplus-dependency|CSWpy-tz
# This is a new package, don't bother building for 2.6
CHECKPKG_OVERRIDES_CSWgraphite-web += python-package-missing-py26-files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list