Revision: 24826
http://sourceforge.net/p/gar/code/24826
Author: dmichelsen
Date: 2015-04-08 14:45:07 +0000 (Wed, 08 Apr 2015)
Log Message:
-----------
lang-python/carbon/trunk: Add dependency to Python 2.7 for binaries
Modified Paths:
--------------
csw/mgar/pkg/lang-python/carbon/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/carbon/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 13:39:24 UTC
(rev 24825)
+++ csw/mgar/pkg/lang-python/carbon/trunk/Makefile 2015-04-08 14:45:07 UTC
(rev 24826)
@@ -14,6 +14,9 @@
SPKG_DESC_CSWpy-carbon = Backend data caching and persistence daemon for
Graphite
# PKGFILES is catchall
ARCHALL_CSWpy-carbon = 1
+# The binaries like carbon-cache.py need this
+RUNTIME_DEP_PKGS_CSWpy-carbon += CSWpython27
+CHECKPKG_OVERRIDES_CSWpy-carbon += surplus-dependency|CSWpython27
CONFDIR = $(sysconfdir)/graphite
STORAGEDIR = $(localstatedir)/graphite
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.