Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 16:18:29 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 16:18:29 (GMT)
commit05b2c03cf3971303354b3a188fbbb0bbb8d554fc (patch)
tree48d3cd2f58036285e00fb9a1537206d514aa2eea /commands/common.py
parent19843bd69f1ca9085e0126c6fe19a042f31cbe3f (diff)
Make json configs a bit smarter
To get rid of the duplication in deps
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py4
1 files changed, 2 insertions, 2 deletions
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)