[csw-devel] SF.net SVN: gar:[9432] csw/mgar/gar/v2/lib/python/package_checks.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 29 12:35:00 CEST 2010


Revision: 9432
          http://gar.svn.sourceforge.net/gar/?rev=9432&view=rev
Author:   wahwah
Date:     2010-03-29 10:35:00 +0000 (Mon, 29 Mar 2010)

Log Message:
-----------
mGAR v2: checkpkg, use += when suggesting RUNTIME_DEP_PKGS.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/package_checks.py

Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py	2010-03-29 09:57:02 UTC (rev 9431)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2010-03-29 10:35:00 UTC (rev 9432)
@@ -236,7 +236,7 @@
         messenger.Message(line)
     for missing_dep in missing_deps:
       messenger.SuggestGarLine(
-          "RUNTIME_DEP_PKGS_%s = %s" % (pkgname, missing_dep))
+          "RUNTIME_DEP_PKGS_%s += %s" % (pkgname, missing_dep))
 
 
 def SetCheckDependencies(pkgs_data, error_mgr, logger, messenger):


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