From 05b2c03cf3971303354b3a188fbbb0bbb8d554fc Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 29 Nov 2012 16:18:29 +0000 Subject: Make json configs a bit smarter To get rid of the duplication in deps --- (limited to 'commands') diff --git a/commands/common.py b/commands/common.py index 06c1b47..54d20b2 100644 --- a/commands/common.py +++ b/commands/common.py @@ -42,8 +42,8 @@ def setup(): dep_files = ["system", "sugar-build", - "sugar-buildtime-%s" % version, - "sugar-runtime-%s" % version] + "sugar-buildtime", + "sugar-runtime"] config.set_dep_files(dep_files) -- cgit v0.9.1